Home
last modified time | relevance | path

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

/external/icu4c/common/
Dustrcase_locale.cpp99 u_strToUpper(UChar *dest, int32_t destCapacity, in u_strToUpper() function
/external/icu4c/samples/case/
Ducase.c63 length = u_strToUpper(buffer, sizeof(buffer)/sizeof(buffer[0]), upper, in c_main()
/external/icu4c/test/cintltst/
Dcstrcase.c146 length=u_strToUpper(buffer, sizeof(buffer)/U_SIZEOF_UCHAR, in TestCaseUpper()
164 length=u_strToUpper(buffer, sizeof(buffer)/U_SIZEOF_UCHAR, in TestCaseUpper()
181 length=u_strToUpper(NULL, 0, in TestCaseUpper()
196 length=u_strToUpper(buffer, sizeof(buffer)/U_SIZEOF_UCHAR, in TestCaseUpper()
211 length=u_strToUpper(buffer, sizeof(buffer)/U_SIZEOF_UCHAR, in TestCaseUpper()
/external/icu4c/samples/ustring/
Dustring.cpp304 length=u_strToUpper(buffer, LENGTHOF(buffer), input, -1, "en", &errorCode); in demoCaseMapInC()
312 length=u_strToUpper(buffer, LENGTHOF(buffer), input, -1, "tr", &errorCode); in demoCaseMapInC()
/external/webkit/Source/JavaScriptCore/wtf/unicode/icu/
DUnicodeIcu.h152 int realLength = u_strToUpper(result, resultLength, src, srcLength, "", &status); in toUpper()
/external/webkit/Source/JavaScriptCore/icu/unicode/
Dustring.h1052 u_strToUpper(UChar *dest, int32_t destCapacity,
Durename.h264 #define u_strToUpper u_strToUpper_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
Dustring.h1052 u_strToUpper(UChar *dest, int32_t destCapacity,
Durename.h264 #define u_strToUpper u_strToUpper_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
Dustring.h1052 u_strToUpper(UChar *dest, int32_t destCapacity,
Durename.h264 #define u_strToUpper u_strToUpper_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
Dustring.h1052 u_strToUpper(UChar *dest, int32_t destCapacity,
Durename.h264 #define u_strToUpper u_strToUpper_3_2 macro
/external/icu4c/common/unicode/
Dustring.h1081 u_strToUpper(UChar *dest, int32_t destCapacity,
Durename.h368 #define u_strToUpper U_ICU_ENTRY_POINT_RENAME(u_strToUpper) macro
/external/icu4c/i18n/
Ducurr.cpp803 int32_t destLen = u_strToUpper(dest, 0, source, len, locale, &ec); in toUpperCase()
807 u_strToUpper(dest, destLen, source, len, locale, &ec); in toUpperCase()
1363 textLen = u_strToUpper(upperText, MAX_CURRENCY_NAME_LEN, inputText, textLen, locale, &ec1); in uprv_parseCurrency()
/external/icu4c/io/
Duscanf_p.c533 expLen = u_strToUpper(expBuf, (int32_t)sizeof(expBuf), in u_scanf_scientific_handler()
Duprntf_p.c599 expLen = u_strToUpper(expBuf, (int32_t)sizeof(expBuf), in u_printf_scientific_handler()
/external/icu4c/tools/dumpce/
Ddumpce.cpp980 int32_t destLength = u_strToUpper(upperChars, length * 2, exemplarChars, -1, locale, &error); in getScriptElementsFromExemplars()
/external/icu4c/test/intltest/
Dtranstst.cpp3478 u_strToUpper(buffer2, 20, deeDEETest.getBuffer(), deeDEETest.length(), NULL, &status); in TestSurrogateCasing()
/external/webkit/Source/WebCore/
DChangeLog-2006-05-10382 (WebCore::StringImpl::upper): Rewrote to use u_strToUpper.
/external/sqlite/dist/
Dsqlite3.c133799 u_strToUpper(zOutput, nOutput/2, zInput, nInput/2, zLocale, &status);
/external/sqlite/dist/orig/
Dsqlite3.c133753 u_strToUpper(zOutput, nOutput/2, zInput, nInput/2, zLocale, &status);