Home
last modified time | relevance | path

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

/external/icu/icu4c/source/samples/case/
Ducase.c69 length = u_strToUpper(buffer, sizeof(buffer)/sizeof(buffer[0]), upper, in c_main()
/external/icu/icu4c/source/common/
Dustrcase_locale.cpp57 u_strToUpper(UChar *dest, int32_t destCapacity, in u_strToUpper() function
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()
/external/icu/icu4c/source/test/cintltst/
Dcstrcase.c148 length=u_strToUpper(buffer, UPRV_LENGTHOF(buffer), in TestCaseUpper()
166 length=u_strToUpper(buffer, UPRV_LENGTHOF(buffer), in TestCaseUpper()
183 length=u_strToUpper(NULL, 0, in TestCaseUpper()
198 length=u_strToUpper(buffer, UPRV_LENGTHOF(buffer), in TestCaseUpper()
213 length=u_strToUpper(buffer, UPRV_LENGTHOF(buffer), in TestCaseUpper()
/external/libchrome/base/i18n/
Dcase_conversion.cc31 return u_strToUpper(dest, dest_capacity, src, src_length, nullptr, error); in ToUpperMapper()
/external/icu/tools/icu4c_srcgen/
Dlibandroidicu_allowlisted_api.txt55 u_strToUpper
Dlibicu_export.txt102 u_strToUpper
/external/icu/icu4c/source/samples/ustring/
Dustring.cpp317 length=u_strToUpper(buffer, UPRV_LENGTHOF(buffer), input, -1, "en", &errorCode); in demoCaseMapInC()
325 length=u_strToUpper(buffer, UPRV_LENGTHOF(buffer), input, -1, "tr", &errorCode); in demoCaseMapInC()
/external/icu/libicu/
Dlibicu.map.txt101 u_strToUpper;
/external/icu/libicu/ndk_headers/unicode/
Dustring.h991 u_strToUpper(UChar *dest, int32_t destCapacity,
Durename.h373 #define u_strToUpper U_ICU_ENTRY_POINT_RENAME(u_strToUpper) macro
/external/icu/icu4c/source/common/unicode/
Dustring.h1070 u_strToUpper(UChar *dest, int32_t destCapacity,
Durename.h373 #define u_strToUpper U_ICU_ENTRY_POINT_RENAME(u_strToUpper) macro
/external/icu/libandroidicu/include/unicode/
Dustring.h1070 u_strToUpper(UChar *dest, int32_t destCapacity,
Durename.h373 #define u_strToUpper U_ICU_ENTRY_POINT_RENAME(u_strToUpper) macro
/external/icu/libicu/cts_headers/unicode/
Dustring.h1070 u_strToUpper(UChar *dest, int32_t destCapacity,
/external/icu/libicu/src/
Dshim.cpp103 #undef u_strToUpper
539 int32_t u_strToUpper(UChar * dest, int32_t destCapacity, const UChar * src, int32_t srcLength, cons… in u_strToUpper() function
540 …return U_ICU_ENTRY_POINT_RENAME(u_strToUpper)(dest, destCapacity, src, srcLength, locale, pErrorCo… in u_strToUpper()
/external/icu/libandroidicu/static_shim/
Dshim.cpp179 return u_strToUpper(dest, destCapacity, src, srcLength, locale, pErrorCode); in u_strToUpper_android()
/external/icu/icu4c/source/test/intltest/
Dstrcase.cpp726 length = u_strToUpper(dest16, cap, s16.getBuffer(), s16.length(), "el", &errorCode); in assertGreekUpper()
857 int32_t destLength = u_strToUpper(dest, result.getCapacity(), in TestLongUpper()
Dtranstst.cpp3555 u_strToUpper(buffer2, 20, deeDEETest.getBuffer(), deeDEETest.length(), NULL, &status); in TestSurrogateCasing()
/external/icu/icu4c/source/io/
Duscanf_p.cpp550 expLen = u_strToUpper(expBuf, (int32_t)sizeof(expBuf), in u_scanf_scientific_handler()
Duprntf_p.cpp609 expLen = u_strToUpper(expBuf, (int32_t)sizeof(expBuf), in u_printf_scientific_handler()
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c194817 nOut = 2*u_strToUpper(zOutput,nOut/2,zInput,nInput/2,zLocale,&status);
/external/sqlite/dist/orig/
Dsqlite3.c194056 nOut = 2*u_strToUpper(zOutput,nOut/2,zInput,nInput/2,zLocale,&status);
/external/sqlite/dist/
Dsqlite3.c194084 nOut = 2*u_strToUpper(zOutput,nOut/2,zInput,nInput/2,zLocale,&status);