Home
last modified time | relevance | path

Searched refs:u_tolower (Results 1 – 25 of 32) sorted by relevance

12

/third_party/icu/icu4c/source/samples/ucnv/
Dconvsamp.cpp468 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/
Dconvsamp.cpp468 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/
Dconvsamp.cpp468 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/
Ducase.c46 ch = u_tolower(ch); /* ch = 'k' */ in c_main()
/third_party/flutter/skia/third_party/externals/icu/source/samples/case/
Ducase.c46 ch = u_tolower(ch); /* ch = 'k' */ in c_main()
/third_party/skia/third_party/externals/icu/source/samples/case/
Ducase.c46 ch = u_tolower(ch); /* ch = 'k' */ in c_main()
/third_party/node/deps/icu-small/source/common/
Dutil_props.cpp123 c = (UChar) u_tolower(rule.charAt(pos++)); in parsePattern()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dutil_props.cpp123 c = (UChar) u_tolower(rule.charAt(pos++)); in parsePattern()
Ducase.cpp1505 u_tolower(UChar32 c) { in u_tolower() function
/third_party/skia/third_party/externals/icu/source/common/
Dutil_props.cpp123 c = (UChar) u_tolower(rule.charAt(pos++)); in parsePattern()
Ducase.cpp1542 u_tolower(UChar32 c) { in u_tolower() function
/third_party/icu/icu4c/source/common/
Dutil_props.cpp123 c = (UChar) u_tolower(rule.charAt(pos++)); in parsePattern()
/third_party/icu/icu4c/source/test/perf/charperf/
Dcharperf.h170 u_tolower(ch); in toLower()
/third_party/boost/libs/regex/src/
Dicu.cpp408 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/
Dcucdtst.c230 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/
Dustring.cpp243 c=u_tolower(c); in demoCaseMapInC()
/third_party/icu/icu4c/source/samples/ustring/
Dustring.cpp246 c=u_tolower(c); in demoCaseMapInC()
/third_party/skia/third_party/externals/icu/source/samples/ustring/
Dustring.cpp246 c=u_tolower(c); in demoCaseMapInC()
/third_party/icu/tools/colprobe/
Dline.cpp664 c = u_tolower(c); in swapCase()
/third_party/boost/boost/regex/
Dicu.hpp132 return ::u_tolower(c); in translate_nocase()
140 return ::u_tolower(c); in tolower()
/third_party/skia/third_party/externals/icu/source/common/unicode/
Duchar.h3845 u_tolower(UChar32 c);
/third_party/node/deps/icu-small/source/common/unicode/
Duchar.h3957 u_tolower(UChar32 c);
/third_party/icu/icu4c/source/common/unicode/
Duchar.h3845 u_tolower(UChar32 c);
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Duchar.h3812 u_tolower(UChar32 c);
/third_party/icu/icu4c/source/test/intltest/
Didnaref.cpp57 if(u_tolower(src[i]) != ACE_PREFIX[i]){ in startsWithPrefix()

12