/third_party/skia/third_party/externals/icu/fuzzers/ |
H A D | icu_to_case_fuzzer.cc | 40 u_strToUpper(dest.get(), dest_size, (const UChar*)str.getBuffer(), in LLVMFuzzerTestOneInput()
|
/third_party/skia/modules/skunicode/src/ |
H A D | SkUnicode_icu.h | 28 SKICU_FUNC(u_strToUpper) \
|
/third_party/icu/icu4c/source/samples/case/ |
H A D | ucase.c | 72 length = u_strToUpper(buffer, sizeof(buffer)/sizeof(buffer[0]), upper, in c_main() 78 u_fprintf(out, "u_strToUpper(%S, english) -> %S\n", lower, buffer); in c_main()
|
/third_party/icu/icu4c/source/common/ |
H A D | ustrcase_locale.cpp | 57 u_strToUpper(UChar *dest, int32_t destCapacity, in u_strToUpper() function
|
H A D | ucurr.cpp | 952 int32_t destLen = u_strToUpper(dest, 0, source, len, locale, &ec); in toUpperCase() 956 u_strToUpper(dest, destLen, source, len, locale, &ec); in toUpperCase() 1549 textLen = u_strToUpper(upperText, MAX_CURRENCY_NAME_LEN, inputText, textLen, locale, &ec1); in uprv_parseCurrency()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ustrcase_locale.cpp | 57 u_strToUpper(char16_t *dest, int32_t destCapacity, in u_strToUpper() function
|
H A D | ucurr.cpp | 975 int32_t destLen = u_strToUpper(dest, 0, source, len, locale, &ec); in toUpperCase() 979 u_strToUpper(dest, destLen, source, len, locale, &ec); in toUpperCase() 1575 textLen = u_strToUpper(upperText, MAX_CURRENCY_NAME_LEN, inputText, textLen, locale, &ec1); in uprv_parseCurrency()
|
/third_party/skia/third_party/externals/icu/source/samples/case/ |
H A D | ucase.c | 69 length = u_strToUpper(buffer, sizeof(buffer)/sizeof(buffer[0]), upper, in c_main() 75 u_fprintf(out, "u_strToUpper(%S, english) -> %S\n", lower, buffer); in c_main()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ustrcase_locale.cpp | 57 u_strToUpper(UChar *dest, int32_t destCapacity, in u_strToUpper() function
|
H A D | ucurr.cpp | 929 int32_t destLen = u_strToUpper(dest, 0, source, len, locale, &ec); in toUpperCase() 933 u_strToUpper(dest, destLen, source, len, locale, &ec); in toUpperCase() 1526 textLen = u_strToUpper(upperText, MAX_CURRENCY_NAME_LEN, inputText, textLen, locale, &ec1); in uprv_parseCurrency()
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cstrcase.c | 148 length=u_strToUpper(buffer, UPRV_LENGTHOF(buffer), in TestCaseUpper() 157 log_err("error in u_strToUpper(root locale)=%ld error=%s string matches: %s\n", in TestCaseUpper() 166 length=u_strToUpper(buffer, UPRV_LENGTHOF(buffer), in TestCaseUpper() 175 log_err("error in u_strToUpper(turkish locale)=%ld error=%s string matches: %s\n", in TestCaseUpper() 183 length=u_strToUpper(NULL, 0, in TestCaseUpper() 190 log_err("error in u_strToUpper(turkish locale pure preflighting)=%ld error=%s\n", in TestCaseUpper() 198 length=u_strToUpper(buffer, UPRV_LENGTHOF(buffer), in TestCaseUpper() 205 log_err("error in u_strToUpper(turkish locale src=NULL)=%ld error=%s buffer[0]==0x%lx\n", in TestCaseUpper() 213 length=u_strToUpper(buffer, UPRV_LENGTHOF(buffer), in TestCaseUpper() 220 log_err("error in u_strToUpper(turkis in TestCaseUpper() [all...] |
/third_party/icu/icu4c/source/samples/ustring/ |
H A D | ustring.cpp | 317 length=u_strToUpper(buffer, UPRV_LENGTHOF(buffer), input, -1, "en", &errorCode); in demoCaseMapInC() 321 printf("error in u_strToUpper(en)=%" PRId32 " error=%s\n", length, u_errorName(errorCode)); in demoCaseMapInC() 325 length=u_strToUpper(buffer, UPRV_LENGTHOF(buffer), input, -1, "tr", &errorCode); in demoCaseMapInC() 329 printf("error in u_strToUpper(tr)=%" PRId32 " error=%s\n", length, u_errorName(errorCode)); in demoCaseMapInC()
|
/third_party/skia/third_party/externals/icu/source/samples/ustring/ |
H A D | ustring.cpp | 317 length=u_strToUpper(buffer, UPRV_LENGTHOF(buffer), input, -1, "en", &errorCode); in demoCaseMapInC() 321 printf("error in u_strToUpper(en)=%" PRId32 " error=%s\n", length, u_errorName(errorCode)); in demoCaseMapInC() 325 length=u_strToUpper(buffer, UPRV_LENGTHOF(buffer), input, -1, "tr", &errorCode); in demoCaseMapInC() 329 printf("error in u_strToUpper(tr)=%" PRId32 " error=%s\n", length, u_errorName(errorCode)); in demoCaseMapInC()
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | ustring.h | 1070 u_strToUpper(UChar *dest, int32_t destCapacity,
|
H A D | urename.h | 378 #define u_strToUpper U_ICU_ENTRY_POINT_RENAME(u_strToUpper) macro
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | ustring.h | 1066 u_strToUpper(UChar *dest, int32_t destCapacity,
|
H A D | urename.h | 379 #define u_strToUpper U_ICU_ENTRY_POINT_RENAME(u_strToUpper) macro
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | ustring.h | 1070 u_strToUpper(UChar *dest, int32_t destCapacity,
|
H A D | urename.h | 373 #define u_strToUpper U_ICU_ENTRY_POINT_RENAME(u_strToUpper) macro
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | strcase.cpp | 818 msg = UnicodeString("u_strToUpper/Greek(\"") + s16 + "\") cap="; in assertGreekUpper() 829 length = u_strToUpper(dest16, cap, s16.getBuffer(), s16.length(), "el", &errorCode); in assertGreekUpper() 960 int32_t destLength = u_strToUpper(dest, result.getCapacity(), in TestLongUpper()
|
H A D | transtst.cpp | 3555 u_strToUpper(buffer2, 20, deeDEETest.getBuffer(), deeDEETest.length(), NULL, &status); in TestSurrogateCasing()
|
/third_party/icu/icu4c/source/io/ |
H A D | uprntf_p.cpp | 609 expLen = u_strToUpper(expBuf, (int32_t)sizeof(expBuf), in u_printf_scientific_handler()
|
H A D | uscanf_p.cpp | 550 expLen = u_strToUpper(expBuf, (int32_t)sizeof(expBuf), in u_scanf_scientific_handler()
|
/third_party/skia/third_party/externals/icu/source/io/ |
H A D | uprntf_p.cpp | 609 expLen = u_strToUpper(expBuf, (int32_t)sizeof(expBuf), in u_printf_scientific_handler()
|
H A D | uscanf_p.cpp | 550 expLen = u_strToUpper(expBuf, (int32_t)sizeof(expBuf), in u_scanf_scientific_handler()
|