/external/icu4c/common/ |
D | ustrcase_locale.cpp | 99 u_strToUpper(UChar *dest, int32_t destCapacity, in u_strToUpper() function
|
/external/icu4c/samples/case/ |
D | ucase.c | 63 length = u_strToUpper(buffer, sizeof(buffer)/sizeof(buffer[0]), upper, in c_main()
|
/external/icu4c/test/cintltst/ |
D | cstrcase.c | 146 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/ |
D | ustring.cpp | 304 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/ |
D | UnicodeIcu.h | 152 int realLength = u_strToUpper(result, resultLength, src, srcLength, "", &status); in toUpper()
|
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
D | ustring.h | 1052 u_strToUpper(UChar *dest, int32_t destCapacity,
|
D | urename.h | 264 #define u_strToUpper u_strToUpper_3_2 macro
|
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
D | ustring.h | 1052 u_strToUpper(UChar *dest, int32_t destCapacity,
|
D | urename.h | 264 #define u_strToUpper u_strToUpper_3_2 macro
|
/external/webkit/Source/WebCore/icu/unicode/ |
D | ustring.h | 1052 u_strToUpper(UChar *dest, int32_t destCapacity,
|
D | urename.h | 264 #define u_strToUpper u_strToUpper_3_2 macro
|
/external/webkit/Source/WebKit/mac/icu/unicode/ |
D | ustring.h | 1052 u_strToUpper(UChar *dest, int32_t destCapacity,
|
D | urename.h | 264 #define u_strToUpper u_strToUpper_3_2 macro
|
/external/icu4c/common/unicode/ |
D | ustring.h | 1081 u_strToUpper(UChar *dest, int32_t destCapacity,
|
D | urename.h | 368 #define u_strToUpper U_ICU_ENTRY_POINT_RENAME(u_strToUpper) macro
|
/external/icu4c/i18n/ |
D | ucurr.cpp | 803 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/ |
D | uscanf_p.c | 533 expLen = u_strToUpper(expBuf, (int32_t)sizeof(expBuf), in u_scanf_scientific_handler()
|
D | uprntf_p.c | 599 expLen = u_strToUpper(expBuf, (int32_t)sizeof(expBuf), in u_printf_scientific_handler()
|
/external/icu4c/tools/dumpce/ |
D | dumpce.cpp | 980 int32_t destLength = u_strToUpper(upperChars, length * 2, exemplarChars, -1, locale, &error); in getScriptElementsFromExemplars()
|
/external/icu4c/test/intltest/ |
D | transtst.cpp | 3478 u_strToUpper(buffer2, 20, deeDEETest.getBuffer(), deeDEETest.length(), NULL, &status); in TestSurrogateCasing()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2006-05-10 | 382 (WebCore::StringImpl::upper): Rewrote to use u_strToUpper.
|
/external/sqlite/dist/ |
D | sqlite3.c | 133799 u_strToUpper(zOutput, nOutput/2, zInput, nInput/2, zLocale, &status);
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 133753 u_strToUpper(zOutput, nOutput/2, zInput, nInput/2, zLocale, &status);
|