/external/icu/icu4c/source/samples/case/ |
D | ucase.c | 69 length = u_strToUpper(buffer, sizeof(buffer)/sizeof(buffer[0]), upper, in c_main()
|
/external/icu/icu4c/source/common/ |
D | ustrcase_locale.cpp | 57 u_strToUpper(UChar *dest, int32_t destCapacity, in u_strToUpper() function
|
D | ucurr.cpp | 929 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/ |
D | cstrcase.c | 148 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/ |
D | case_conversion.cc | 31 return u_strToUpper(dest, dest_capacity, src, src_length, nullptr, error); in ToUpperMapper()
|
/external/icu/tools/icu4c_srcgen/ |
D | libandroidicu_allowlisted_api.txt | 55 u_strToUpper
|
D | libicu_export.txt | 102 u_strToUpper
|
/external/icu/icu4c/source/samples/ustring/ |
D | ustring.cpp | 317 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/ |
D | libicu.map.txt | 101 u_strToUpper;
|
/external/icu/libicu/ndk_headers/unicode/ |
D | ustring.h | 991 u_strToUpper(UChar *dest, int32_t destCapacity,
|
D | urename.h | 373 #define u_strToUpper U_ICU_ENTRY_POINT_RENAME(u_strToUpper) macro
|
/external/icu/icu4c/source/common/unicode/ |
D | ustring.h | 1070 u_strToUpper(UChar *dest, int32_t destCapacity,
|
D | urename.h | 373 #define u_strToUpper U_ICU_ENTRY_POINT_RENAME(u_strToUpper) macro
|
/external/icu/libandroidicu/include/unicode/ |
D | ustring.h | 1070 u_strToUpper(UChar *dest, int32_t destCapacity,
|
D | urename.h | 373 #define u_strToUpper U_ICU_ENTRY_POINT_RENAME(u_strToUpper) macro
|
/external/icu/libicu/cts_headers/unicode/ |
D | ustring.h | 1070 u_strToUpper(UChar *dest, int32_t destCapacity,
|
/external/icu/libicu/src/ |
D | shim.cpp | 103 #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/ |
D | shim.cpp | 179 return u_strToUpper(dest, destCapacity, src, srcLength, locale, pErrorCode); in u_strToUpper_android()
|
/external/icu/icu4c/source/test/intltest/ |
D | strcase.cpp | 726 length = u_strToUpper(dest16, cap, s16.getBuffer(), s16.length(), "el", &errorCode); in assertGreekUpper() 857 int32_t destLength = u_strToUpper(dest, result.getCapacity(), in TestLongUpper()
|
D | transtst.cpp | 3555 u_strToUpper(buffer2, 20, deeDEETest.getBuffer(), deeDEETest.length(), NULL, &status); in TestSurrogateCasing()
|
/external/icu/icu4c/source/io/ |
D | uscanf_p.cpp | 550 expLen = u_strToUpper(expBuf, (int32_t)sizeof(expBuf), in u_scanf_scientific_handler()
|
D | uprntf_p.cpp | 609 expLen = u_strToUpper(expBuf, (int32_t)sizeof(expBuf), in u_printf_scientific_handler()
|
/external/rust/crates/libsqlite3-sys/sqlite3/ |
D | sqlite3.c | 194817 nOut = 2*u_strToUpper(zOutput,nOut/2,zInput,nInput/2,zLocale,&status);
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 194056 nOut = 2*u_strToUpper(zOutput,nOut/2,zInput,nInput/2,zLocale,&status);
|
/external/sqlite/dist/ |
D | sqlite3.c | 194084 nOut = 2*u_strToUpper(zOutput,nOut/2,zInput,nInput/2,zLocale,&status);
|