Searched refs:u_tolower (Results 1 – 22 of 22) sorted by relevance
46 ch = u_tolower(ch); /* ch = 'k' */ in c_main()
468 if((u_tolower(l) == 'i') && (u_tolower(p) == 'e')) in convsample_06()471 if((u_tolower(l) == 'g') && (u_tolower(p) == 0x0127)) in convsample_06()
123 c = (UChar) u_tolower(rule.charAt(pos++)); in parsePattern()
1542 u_tolower(UChar32 c) { in u_tolower() function
44 return u_tolower(c); in FXSYS_towlower()
57 u_tolower
124 u_tolower
170 u_tolower(ch); in toLower()
230 if (i != (int)u_tolower(i)) /* itself */ in TestUpperLower()238 if(u_tolower(upper[i]) != lower[i]){ in TestUpperLower()239 …_err("FAILED u_tolower() for %lx Expected %lx Got %lx\n", upper[i], lower[i], u_tolower(upper[i])); in TestUpperLower()254 else if (upperTest[i] != u_tolower(lowerTest[i])) in TestUpperLower()262 else if (upperTest[i] != u_tolower(upperTest[i])) in TestUpperLower()1153 if((UChar32)value!=u_tolower(c)) { in unicodeDataLineFn()1154 … log_err("error: u_tolower(U+%04lx)==U+%04lx instead of U+%04lx\n", c, u_tolower(c), value); in unicodeDataLineFn()1158 if(c!=u_tolower(c)) { in unicodeDataLineFn()1159 …rr("error: U+%04lx does not have a lowercase mapping but u_tolower()==U+%04lx\n", c, u_tolower(c)); in unicodeDataLineFn()
123 u_tolower;
246 c=u_tolower(c); in demoCaseMapInC()
125 #undef u_tolower605 UChar32 u_tolower(UChar32 c) { in u_tolower() function606 return U_ICU_ENTRY_POINT_RENAME(u_tolower)(c); in u_tolower()
182 return u_tolower(c); in u_tolower_android()
3845 u_tolower(UChar32 c);
3876 u_tolower(UChar32 c) __INTRODUCED_IN(31);
401 #define u_tolower U_ICU_ENTRY_POINT_RENAME(u_tolower) macro
57 if(u_tolower(src[i]) != ACE_PREFIX[i]){ in startsWithPrefix()
2977 rc = (int32_t)u_tolower(*s1) - (int32_t)u_tolower(*s2); in u_strncmpNoCase()