Lines Matching refs:tolower
667 extern int tolower(int); \
671 c1 = tolower(*(const UChar *)s1); \
672 c2 = tolower(*(const UChar *)s2); \
708 extern int tolower(int); \
716 if (tolower(*(const UChar *)s1) \
717 < tolower(*(const UChar*)s2)) return -1; \
718 if (tolower(*(const UChar *)s1) \
719 > tolower(*(const UChar *)s2)) return 1; \
1771 extern int tolower(int); \
1783 UChar n0 = tolower(n[0]); \
1786 UChar hh = tolower(*h); \
1792 if (tolower(n[i]) != tolower(h[i])) \