Searched refs:u_tolower (Results 1 – 14 of 14) sorted by relevance
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()
46 ch = u_tolower(ch); /* ch = 'k' */ in c_main()
123 c = (UChar) u_tolower(rule.charAt(pos++)); in parsePattern()
1505 u_tolower(UChar32 c) { in u_tolower() function
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()1152 if((UChar32)value!=u_tolower(c)) { in unicodeDataLineFn()1153 … log_err("error: u_tolower(U+%04lx)==U+%04lx instead of U+%04lx\n", c, u_tolower(c), value); in unicodeDataLineFn()1157 if(c!=u_tolower(c)) { in unicodeDataLineFn()1158 …rr("error: U+%04lx does not have a lowercase mapping but u_tolower()==U+%04lx\n", c, u_tolower(c)); in unicodeDataLineFn()
243 c=u_tolower(c); in demoCaseMapInC()
3812 u_tolower(UChar32 c);
397 #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()
488 return u_tolower(c); in u_tolower_android()