Home
last modified time | relevance | path

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

/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/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.cpp956 int32_t destLen = u_strToUpper(dest, 0, source, len, locale, &ec); in toUpperCase()
960 u_strToUpper(dest, destLen, source, len, locale, &ec); in toUpperCase()
1553 textLen = u_strToUpper(upperText, MAX_CURRENCY_NAME_LEN, inputText, textLen, locale, &ec1); in uprv_parseCurrency()
/external/icu/icu4c/source/samples/ustring/
Dustring.cpp314 length=u_strToUpper(buffer, UPRV_LENGTHOF(buffer), input, -1, "en", &errorCode); in demoCaseMapInC()
322 length=u_strToUpper(buffer, UPRV_LENGTHOF(buffer), input, -1, "tr", &errorCode); in demoCaseMapInC()
/external/v8/src/
Dintl.cc160 auto case_converter = is_to_upper ? u_strToUpper : u_strToLower; in LocaleConvertCase()
/external/icu/icu4c/source/common/unicode/
Dustring.h1070 u_strToUpper(UChar *dest, int32_t destCapacity,
Durename.h369 #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.h369 #define u_strToUpper U_ICU_ENTRY_POINT_RENAME(u_strToUpper) macro
/external/icu/icu4c/source/test/intltest/
Dstrcase.cpp724 length = u_strToUpper(dest16, cap, s16.getBuffer(), s16.length(), "el", &errorCode); in assertGreekUpper()
835 int32_t destLength = u_strToUpper(dest, result.getCapacity(), in TestLongUpper()
Dtranstst.cpp3480 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/icu/libandroidicu/static_shim/
Dshim.cpp419 return u_strToUpper(dest, destCapacity, src, srcLength, locale, pErrorCode); in u_strToUpper_android()
/external/sqlite/dist/orig/
Dsqlite3.c171690 nOut = 2*u_strToUpper(zOutput,nOut/2,zInput,nInput/2,zLocale,&status);
/external/sqlite/dist/
Dsqlite3.c171718 nOut = 2*u_strToUpper(zOutput,nOut/2,zInput,nInput/2,zLocale,&status);