Searched refs:TOLOWER (Results 1 – 2 of 2) sorted by relevance
27 # define TOLOWER(Ch) towlower (Ch) macro31 # define TOLOWER(Ch) __towlower_l ((Ch), loc) macro33 # define TOLOWER(Ch) towlower (Ch) macro56 c1 = TOLOWER (*s1++); in __wcscasecmp()57 c2 = TOLOWER (*s2++); in __wcscasecmp()
29 # define TOLOWER(Ch) towlower (Ch) macro33 # define TOLOWER(Ch) __towlower_l ((Ch), loc) macro35 # define TOLOWER(Ch) towlower (Ch) macro59 c1 = (wint_t) TOLOWER (*s1++); in __wcsncasecmp()60 c2 = (wint_t) TOLOWER (*s2++); in __wcsncasecmp()
Completed in 5 milliseconds