Lines Matching refs:tolower
603 extern int tolower(int); \
607 c1 = tolower(*(const UChar *)s1); \
608 c2 = tolower(*(const UChar *)s2); \
641 extern int tolower(int); \
649 if (tolower(*(const UChar *)s1) \
650 < tolower(*(const UChar*)s2)) return -1; \
651 if (tolower(*(const UChar *)s1) \
652 > tolower(*(const UChar *)s2)) return 1; \
1633 extern int tolower(int); \
1645 UChar n0 = tolower(n[0]); \
1648 UChar hh = tolower(*h); \
1654 if (tolower(n[i]) != tolower(h[i])) \