Home
last modified time | relevance | path

Searched refs:u_toupper (Results 1 – 25 of 26) sorted by relevance

12

/third_party/flutter/skia/third_party/externals/icu/source/samples/props/
Dprops.cpp47 printf(" is lowercase: %d uppercase: U+%04lx\n", u_islower(codePoint), u_toupper(codePoint)); in printProps()
/third_party/skia/third_party/externals/icu/source/samples/props/
Dprops.cpp50 …printf(" is lowercase: %d uppercase: U+%04" PRId32 "\n", u_islower(codePoint), u_toupper(codePoi… in printProps()
/third_party/icu/icu4c/source/samples/props/
Dprops.cpp50 …printf(" is lowercase: %d uppercase: U+%04" PRId32 "\n", u_islower(codePoint), u_toupper(codePoi… in printProps()
/third_party/icu/icu4c/source/samples/case/
Ducase.c44 ch = u_toupper(char_k); /* ch = 'K' */ in c_main()
/third_party/flutter/skia/third_party/externals/icu/source/samples/case/
Ducase.c44 ch = u_toupper(char_k); /* ch = 'K' */ in c_main()
/third_party/skia/third_party/externals/icu/source/samples/case/
Ducase.c44 ch = u_toupper(char_k); /* ch = 'K' */ in c_main()
/third_party/icu/icu4c/source/test/perf/charperf/
Dcharperf.h175 u_toupper(ch); in toUpper()
/third_party/icu/icu4c/source/test/cintltst/
Dcucdtst.c232 if (i != (int)u_toupper(i)) in TestUpperLower()
258 else if (lowerTest[i] != u_toupper(upperTest[i])) in TestUpperLower()
266 else if (lowerTest[i] != u_toupper(lowerTest[i])) in TestUpperLower()
1136 if((UChar32)value!=u_toupper(c)) { in unicodeDataLineFn()
1137 … log_err("error: u_toupper(U+%04lx)==U+%04lx instead of U+%04lx\n", c, u_toupper(c), value); in unicodeDataLineFn()
1141 if(c!=u_toupper(c)) { in unicodeDataLineFn()
1142 …r("error: U+%04lx does not have an uppercase mapping but u_toupper()==U+%04lx\n", c, u_toupper(c)); in unicodeDataLineFn()
/third_party/flutter/skia/third_party/externals/icu/source/samples/ustring/
Dustring.cpp232 c=u_toupper(c); in demoCaseMapInC()
/third_party/icu/icu4c/source/samples/ustring/
Dustring.cpp235 c=u_toupper(c); in demoCaseMapInC()
/third_party/skia/third_party/externals/icu/source/samples/ustring/
Dustring.cpp235 c=u_toupper(c); in demoCaseMapInC()
/third_party/icu/tools/colprobe/
Dline.cpp666 c = u_toupper(c); in swapCase()
/third_party/skia/third_party/externals/icu/source/common/unicode/
Duchar.h3870 u_toupper(UChar32 c);
Durename.h403 #define u_toupper U_ICU_ENTRY_POINT_RENAME(u_toupper) macro
/third_party/node/deps/icu-small/source/common/unicode/
Duchar.h3982 u_toupper(UChar32 c);
/third_party/icu/icu4c/source/common/unicode/
Duchar.h3870 u_toupper(UChar32 c);
Durename.h403 #define u_toupper U_ICU_ENTRY_POINT_RENAME(u_toupper) macro
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Duchar.h3837 u_toupper(UChar32 c);
Durename.h400 #define u_toupper U_ICU_ENTRY_POINT_RENAME(u_toupper) macro
/third_party/skia/third_party/externals/icu/source/common/
Ducase.cpp1548 u_toupper(UChar32 c) { in u_toupper() function
/third_party/flutter/skia/third_party/externals/icu/source/common/
Ducase.cpp1511 u_toupper(UChar32 c) { in u_toupper() function
/third_party/node/deps/icu-small/source/common/
Ducase.cpp1548 u_toupper(UChar32 c) { in u_toupper() function
/third_party/icu/icu4c/source/common/
Ducase.cpp1548 u_toupper(UChar32 c) { in u_toupper() function
/third_party/icu/docs/userguide/strings/
Dproperties.md179 | Simple_Uppercase_ Mapping | code point | | u_toupper |
/third_party/boost/boost/regex/
Dicu.hpp144 return ::u_toupper(c); in toupper()

12