Home
last modified time | relevance | path

Searched refs:u_strToUpper (Results 1 - 25 of 27) sorted by relevance

12

/third_party/skia/third_party/externals/icu/fuzzers/
H A Dicu_to_case_fuzzer.cc40 u_strToUpper(dest.get(), dest_size, (const UChar*)str.getBuffer(), in LLVMFuzzerTestOneInput()
/third_party/skia/modules/skunicode/src/
H A DSkUnicode_icu.h28 SKICU_FUNC(u_strToUpper) \
/third_party/icu/icu4c/source/samples/case/
H A Ducase.c72 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 Dustrcase_locale.cpp57 u_strToUpper(UChar *dest, int32_t destCapacity, in u_strToUpper() function
H A Ducurr.cpp952 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 Dustrcase_locale.cpp57 u_strToUpper(char16_t *dest, int32_t destCapacity, in u_strToUpper() function
H A Ducurr.cpp975 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 Ducase.c69 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 Dustrcase_locale.cpp57 u_strToUpper(UChar *dest, int32_t destCapacity, in u_strToUpper() function
H A Ducurr.cpp929 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 Dcstrcase.c148 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 Dustring.cpp317 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 Dustring.cpp317 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 Dustring.h1070 u_strToUpper(UChar *dest, int32_t destCapacity,
H A Durename.h378 #define u_strToUpper U_ICU_ENTRY_POINT_RENAME(u_strToUpper) macro
/third_party/node/deps/icu-small/source/common/unicode/
H A Dustring.h1066 u_strToUpper(UChar *dest, int32_t destCapacity,
H A Durename.h379 #define u_strToUpper U_ICU_ENTRY_POINT_RENAME(u_strToUpper) macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dustring.h1070 u_strToUpper(UChar *dest, int32_t destCapacity,
H A Durename.h373 #define u_strToUpper U_ICU_ENTRY_POINT_RENAME(u_strToUpper) macro
/third_party/icu/icu4c/source/test/intltest/
H A Dstrcase.cpp818 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 Dtranstst.cpp3555 u_strToUpper(buffer2, 20, deeDEETest.getBuffer(), deeDEETest.length(), NULL, &status); in TestSurrogateCasing()
/third_party/icu/icu4c/source/io/
H A Duprntf_p.cpp609 expLen = u_strToUpper(expBuf, (int32_t)sizeof(expBuf), in u_printf_scientific_handler()
H A Duscanf_p.cpp550 expLen = u_strToUpper(expBuf, (int32_t)sizeof(expBuf), in u_scanf_scientific_handler()
/third_party/skia/third_party/externals/icu/source/io/
H A Duprntf_p.cpp609 expLen = u_strToUpper(expBuf, (int32_t)sizeof(expBuf), in u_printf_scientific_handler()
H A Duscanf_p.cpp550 expLen = u_strToUpper(expBuf, (int32_t)sizeof(expBuf), in u_scanf_scientific_handler()

Completed in 64 milliseconds

12