/third_party/icu/icu4c/source/samples/ucnv/ |
D | convsamp.cpp | 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()
|
/third_party/skia/third_party/externals/icu/source/samples/ucnv/ |
D | convsamp.cpp | 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()
|
/third_party/flutter/skia/third_party/externals/icu/source/samples/ucnv/ |
D | convsamp.cpp | 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()
|
/third_party/icu/icu4c/source/samples/case/ |
D | ucase.c | 46 ch = u_tolower(ch); /* ch = 'k' */ in c_main()
|
/third_party/flutter/skia/third_party/externals/icu/source/samples/case/ |
D | ucase.c | 46 ch = u_tolower(ch); /* ch = 'k' */ in c_main()
|
/third_party/skia/third_party/externals/icu/source/samples/case/ |
D | ucase.c | 46 ch = u_tolower(ch); /* ch = 'k' */ in c_main()
|
/third_party/node/deps/icu-small/source/common/ |
D | util_props.cpp | 123 c = (UChar) u_tolower(rule.charAt(pos++)); in parsePattern()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | util_props.cpp | 123 c = (UChar) u_tolower(rule.charAt(pos++)); in parsePattern()
|
D | ucase.cpp | 1505 u_tolower(UChar32 c) { in u_tolower() function
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | util_props.cpp | 123 c = (UChar) u_tolower(rule.charAt(pos++)); in parsePattern()
|
D | ucase.cpp | 1542 u_tolower(UChar32 c) { in u_tolower() function
|
/third_party/icu/icu4c/source/common/ |
D | util_props.cpp | 123 c = (UChar) u_tolower(rule.charAt(pos++)); in parsePattern()
|
/third_party/icu/icu4c/source/test/perf/charperf/ |
D | charperf.h | 170 u_tolower(ch); in toLower()
|
/third_party/boost/libs/regex/src/ |
D | icu.cpp | 408 s[i] = static_cast<char>((::u_tolower)(s[i])); in lookup_classname() 413 s[i] = static_cast<char>((::u_tolower)(s[i])); in lookup_classname()
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | cucdtst.c | 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()
|
/third_party/flutter/skia/third_party/externals/icu/source/samples/ustring/ |
D | ustring.cpp | 243 c=u_tolower(c); in demoCaseMapInC()
|
/third_party/icu/icu4c/source/samples/ustring/ |
D | ustring.cpp | 246 c=u_tolower(c); in demoCaseMapInC()
|
/third_party/skia/third_party/externals/icu/source/samples/ustring/ |
D | ustring.cpp | 246 c=u_tolower(c); in demoCaseMapInC()
|
/third_party/icu/tools/colprobe/ |
D | line.cpp | 664 c = u_tolower(c); in swapCase()
|
/third_party/boost/boost/regex/ |
D | icu.hpp | 132 return ::u_tolower(c); in translate_nocase() 140 return ::u_tolower(c); in tolower()
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | uchar.h | 3845 u_tolower(UChar32 c);
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | uchar.h | 3957 u_tolower(UChar32 c);
|
/third_party/icu/icu4c/source/common/unicode/ |
D | uchar.h | 3845 u_tolower(UChar32 c);
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | uchar.h | 3812 u_tolower(UChar32 c);
|
/third_party/icu/icu4c/source/test/intltest/ |
D | idnaref.cpp | 57 if(u_tolower(src[i]) != ACE_PREFIX[i]){ in startsWithPrefix()
|