Searched refs:u_tolower (Results 1 – 23 of 23) sorted by relevance
40 ch = u_tolower(ch); /* ch = 'k' */ in c_main()
464 if((u_tolower(l) == 'i') && (u_tolower(p) == 'e')) in convsample_06()467 if((u_tolower(l) == 'g') && (u_tolower(p) == 0x0127)) in convsample_06()
119 c = (UChar) u_tolower(rule.charAt(pos++)); in parsePattern()
1219 u_tolower(UChar32 c) { in u_tolower() function
166 u_tolower(ch); in toLower()
219 if (i != (int)u_tolower(i)) /* itself */ in TestUpperLower()227 if(u_tolower(upper[i]) != lower[i]){ in TestUpperLower()228 …_err("FAILED u_tolower() for %lx Expected %lx Got %lx\n", upper[i], lower[i], u_tolower(upper[i])); in TestUpperLower()243 else if (upperTest[i] != u_tolower(lowerTest[i])) in TestUpperLower()251 else if (upperTest[i] != u_tolower(upperTest[i])) in TestUpperLower()1031 if((UChar32)value!=u_tolower(c)) { in unicodeDataLineFn()1032 … log_err("error: u_tolower(U+%04lx)==U+%04lx instead of U+%04lx\n", c, u_tolower(c), value); in unicodeDataLineFn()1036 if(c!=u_tolower(c)) { in unicodeDataLineFn()1037 …rr("error: U+%04lx does not have a lowercase mapping but u_tolower()==U+%04lx\n", c, u_tolower(c)); in unicodeDataLineFn()
141 return u_tolower(c); in toLower()
233 c=u_tolower(c); in demoCaseMapInC()
2582 u_tolower(UChar32 c);
292 #define u_tolower u_tolower_3_2 macro
2936 u_tolower(UChar32 c);
404 #define u_tolower U_ICU_ENTRY_POINT_RENAME(u_tolower) macro
55 if(u_tolower(src[i]) != ACE_PREFIX[i]){ in startsWithPrefix()
436 rc = (int32_t)u_tolower(*s1) - (int32_t)u_tolower(*s2); in u_strncmpNoCase()
22602 (KJS::UChar::toLower): Use u_tolower from the ICU library.
172 (WebCore::ParseString::lower): Use u_tolower instead of QChar::lower(). Also change
16229 (QChar::lower): Changed to call u_tolower when non-ASCII.