Searched refs:u_tolower (Results 1 - 20 of 20) sorted by relevance

/external/icu4c/samples/case/
H A Ducase.c40 ch = u_tolower(ch); /* ch = 'k' */
/external/icu4c/common/
H A Dutil_props.cpp119 c = (UChar) u_tolower(rule.charAt(pos++));
H A Ducase.c1219 u_tolower(UChar32 c) { function
/external/icu4c/samples/ucnv/
H A Dconvsamp.cpp464 if((u_tolower(l) == 'i') && (u_tolower(p) == 'e'))
467 if((u_tolower(l) == 'g') && (u_tolower(p) == 0x0127))
/external/icu4c/test/perf/charperf/
H A Dcharperf.h166 u_tolower(ch);
/external/webkit/Source/JavaScriptCore/wtf/unicode/icu/
H A DUnicodeIcu.h141 return u_tolower(c);
/external/icu4c/samples/ustring/
H A Dustring.cpp233 c=u_tolower(c);
/external/icu4c/test/cintltst/
H A Dcucdtst.c197 /* test u_toupper() and u_tolower() */
219 if (i != (int)u_tolower(i)) /* itself */
227 if(u_tolower(upper[i]) != lower[i]){
228 log_err("FAILED u_tolower() for %lx Expected %lx Got %lx\n", upper[i], lower[i], u_tolower(upper[i]));
243 else if (upperTest[i] != u_tolower(lowerTest[i]))
251 else if (upperTest[i] != u_tolower(upperTest[i]))
1031 if((UChar32)value!=u_tolower(c)) {
1032 log_err("error: u_tolower(U+%04lx)==U+%04lx instead of U+%04lx\n", c, u_tolower(
[all...]
/external/icu4c/common/unicode/
H A Duchar.h543 Corresponds to u_tolower. @stable ICU 2.4 */
1979 * @see u_tolower
2936 u_tolower(UChar32 c);
H A Durename.h404 #define u_tolower U_ICU_ENTRY_POINT_RENAME(u_tolower) macro
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Duchar.h478 Corresponds to u_tolower. @stable ICU 2.4 */
1636 * @see u_tolower
2582 u_tolower(UChar32 c);
H A Durename.h292 #define u_tolower u_tolower_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Duchar.h478 Corresponds to u_tolower. @stable ICU 2.4 */
1636 * @see u_tolower
2582 u_tolower(UChar32 c);
H A Durename.h292 #define u_tolower u_tolower_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Duchar.h478 Corresponds to u_tolower. @stable ICU 2.4 */
1636 * @see u_tolower
2582 u_tolower(UChar32 c);
H A Durename.h292 #define u_tolower u_tolower_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Duchar.h478 Corresponds to u_tolower. @stable ICU 2.4 */
1636 * @see u_tolower
2582 u_tolower(UChar32 c);
H A Durename.h292 #define u_tolower u_tolower_3_2 macro
/external/icu4c/test/intltest/
H A Didnaref.cpp55 if(u_tolower(src[i]) != ACE_PREFIX[i]){
/external/icu4c/i18n/
H A Ducol_tok.cpp436 rc = (int32_t)u_tolower(*s1) - (int32_t)u_tolower(*s2);

Completed in 259 milliseconds