Searched refs:TOLOWER (Results 1 – 4 of 4) sorted by relevance
16 # define TOLOWER(C) towlower_l((C), locale_arg) macro18 # define TOLOWER(C) towlower((C)) macro22 # define TOLOWER(C) tolower_l((C), locale_arg) macro24 # define TOLOWER(C) tolower((C)) macro44 while ((*s1 == *s2) || (TOLOWER(*s1) == TOLOWER(*s2))) {51 return (((Wuchar)TOLOWER(*s1)) < ((Wuchar)TOLOWER(*s2))) ? -1 : 1;57 !(r = ((int)( TOLOWER(*((Wuchar *)s1))))58 - TOLOWER(*((Wuchar *)s2))))
16 # define TOLOWER(C) towlower_l((C), locale_arg) macro18 # define TOLOWER(C) towlower((C)) macro22 # define TOLOWER(C) tolower_l((C), locale_arg) macro24 # define TOLOWER(C) tolower((C)) macro44 while (n && ((*s1 == *s2) || (TOLOWER(*s1) == TOLOWER(*s2)))) {54 : ((((Wuchar)TOLOWER(*s1)) < ((Wuchar)TOLOWER(*s2))) ? -1 : 1);61 !(r = ((int)( TOLOWER(*((unsigned char *)s1))))62 - TOLOWER(*((unsigned char *)s2))))
2119 #undef TOLOWER in __psfs_do_numeric()2120 #define TOLOWER(C) ((C)|0x20) in __psfs_do_numeric() macro2122 switch (TOLOWER(sc->cc)) { in __psfs_do_numeric()2138 if (TOLOWER(sc->cc) == *p) { in __psfs_do_numeric()
226 # define TOLOWER(c) _tolower(c) macro228 # define TOLOWER(c) tolower(c) macro8015 preg->translate[i] = ISUPPER (i) ? TOLOWER (i) : i; in regcomp()
Completed in 17 milliseconds