Searched refs:u_tolower (Results 1 – 10 of 10) sorted by relevance
459 if((u_tolower(l) == 'i') && (u_tolower(p) == 'e')) in convsample_06()462 if((u_tolower(l) == 'g') && (u_tolower(p) == 0x0127)) in convsample_06()
40 ch = u_tolower(ch); /* ch = 'k' */ in c_main()
120 c = (UChar) u_tolower(rule.charAt(pos++)); in parsePattern()
1245 u_tolower(UChar32 c) { in u_tolower() function
166 u_tolower(ch); in toLower()
225 if (i != (int)u_tolower(i)) /* itself */ in TestUpperLower()233 if(u_tolower(upper[i]) != lower[i]){ in TestUpperLower()234 …_err("FAILED u_tolower() for %lx Expected %lx Got %lx\n", upper[i], lower[i], u_tolower(upper[i])); in TestUpperLower()249 else if (upperTest[i] != u_tolower(lowerTest[i])) in TestUpperLower()257 else if (upperTest[i] != u_tolower(upperTest[i])) in TestUpperLower()1147 if((UChar32)value!=u_tolower(c)) { in unicodeDataLineFn()1148 … log_err("error: u_tolower(U+%04lx)==U+%04lx instead of U+%04lx\n", c, u_tolower(c), value); in unicodeDataLineFn()1152 if(c!=u_tolower(c)) { in unicodeDataLineFn()1153 …rr("error: U+%04lx does not have a lowercase mapping but u_tolower()==U+%04lx\n", c, u_tolower(c)); in unicodeDataLineFn()
231 c=u_tolower(c); in demoCaseMapInC()
3217 u_tolower(UChar32 c);
396 #define u_tolower U_ICU_ENTRY_POINT_RENAME(u_tolower) macro
55 if(u_tolower(src[i]) != ACE_PREFIX[i]){ in startsWithPrefix()