/third_party/flutter/skia/third_party/externals/icu/source/samples/props/ |
D | props.cpp | 47 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/ |
D | props.cpp | 50 …printf(" is lowercase: %d uppercase: U+%04" PRId32 "\n", u_islower(codePoint), u_toupper(codePoi… in printProps()
|
/third_party/icu/icu4c/source/samples/props/ |
D | props.cpp | 50 …printf(" is lowercase: %d uppercase: U+%04" PRId32 "\n", u_islower(codePoint), u_toupper(codePoi… in printProps()
|
/third_party/icu/icu4c/source/samples/case/ |
D | ucase.c | 44 ch = u_toupper(char_k); /* ch = 'K' */ in c_main()
|
/third_party/flutter/skia/third_party/externals/icu/source/samples/case/ |
D | ucase.c | 44 ch = u_toupper(char_k); /* ch = 'K' */ in c_main()
|
/third_party/skia/third_party/externals/icu/source/samples/case/ |
D | ucase.c | 44 ch = u_toupper(char_k); /* ch = 'K' */ in c_main()
|
/third_party/icu/icu4c/source/test/perf/charperf/ |
D | charperf.h | 175 u_toupper(ch); in toUpper()
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | cucdtst.c | 232 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/ |
D | ustring.cpp | 232 c=u_toupper(c); in demoCaseMapInC()
|
/third_party/icu/icu4c/source/samples/ustring/ |
D | ustring.cpp | 235 c=u_toupper(c); in demoCaseMapInC()
|
/third_party/skia/third_party/externals/icu/source/samples/ustring/ |
D | ustring.cpp | 235 c=u_toupper(c); in demoCaseMapInC()
|
/third_party/icu/tools/colprobe/ |
D | line.cpp | 666 c = u_toupper(c); in swapCase()
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | uchar.h | 3870 u_toupper(UChar32 c);
|
D | urename.h | 403 #define u_toupper U_ICU_ENTRY_POINT_RENAME(u_toupper) macro
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | uchar.h | 3982 u_toupper(UChar32 c);
|
/third_party/icu/icu4c/source/common/unicode/ |
D | uchar.h | 3870 u_toupper(UChar32 c);
|
D | urename.h | 403 #define u_toupper U_ICU_ENTRY_POINT_RENAME(u_toupper) macro
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | uchar.h | 3837 u_toupper(UChar32 c);
|
D | urename.h | 400 #define u_toupper U_ICU_ENTRY_POINT_RENAME(u_toupper) macro
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ucase.cpp | 1548 u_toupper(UChar32 c) { in u_toupper() function
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | ucase.cpp | 1511 u_toupper(UChar32 c) { in u_toupper() function
|
/third_party/node/deps/icu-small/source/common/ |
D | ucase.cpp | 1548 u_toupper(UChar32 c) { in u_toupper() function
|
/third_party/icu/icu4c/source/common/ |
D | ucase.cpp | 1548 u_toupper(UChar32 c) { in u_toupper() function
|
/third_party/icu/docs/userguide/strings/ |
D | properties.md | 179 | Simple_Uppercase_ Mapping | code point | | u_toupper |
|
/third_party/boost/boost/regex/ |
D | icu.hpp | 144 return ::u_toupper(c); in toupper()
|