Searched refs:u_strToUpper (Results 1 - 25 of 27) sorted by last modified time

12

/external/sqlite/dist/orig/
H A Dsqlite3.c[all...]
/external/sqlite/dist/
H A Dsqlite3.c[all...]
/external/icu/icu4c/source/i18n/
H A Ducurr.cpp962 int32_t destLen = u_strToUpper(dest, 0, source, len, locale, &ec);
966 u_strToUpper(dest, destLen, source, len, locale, &ec);
1534 textLen = u_strToUpper(upperText, MAX_CURRENCY_NAME_LEN, inputText, textLen, locale, &ec1);
/external/icu/icu4c/source/io/
H A Duprntf_p.c599 expLen = u_strToUpper(expBuf, (int32_t)sizeof(expBuf),
H A Duscanf_p.c533 expLen = u_strToUpper(expBuf, (int32_t)sizeof(expBuf),
/external/icu/icu4c/source/samples/case/
H A Ducase.c63 length = u_strToUpper(buffer, sizeof(buffer)/sizeof(buffer[0]), upper,
69 u_fprintf(out, "u_strToUpper(%S, english) -> %S\n", lower, buffer);
/external/icu/icu4c/source/samples/ustring/
H A Dustring.cpp304 length=u_strToUpper(buffer, LENGTHOF(buffer), input, -1, "en", &errorCode);
308 printf("error in u_strToUpper(en)=%ld error=%s\n", length, u_errorName(errorCode));
312 length=u_strToUpper(buffer, LENGTHOF(buffer), input, -1, "tr", &errorCode);
316 printf("error in u_strToUpper(tr)=%ld error=%s\n", length, u_errorName(errorCode));
/external/icu/icu4c/source/test/cintltst/
H A Dcstrcase.c146 length=u_strToUpper(buffer, sizeof(buffer)/U_SIZEOF_UCHAR,
155 log_err("error in u_strToUpper(root locale)=%ld error=%s string matches: %s\n",
164 length=u_strToUpper(buffer, sizeof(buffer)/U_SIZEOF_UCHAR,
173 log_err("error in u_strToUpper(turkish locale)=%ld error=%s string matches: %s\n",
181 length=u_strToUpper(NULL, 0,
188 log_err("error in u_strToUpper(turkish locale pure preflighting)=%ld error=%s\n",
196 length=u_strToUpper(buffer, sizeof(buffer)/U_SIZEOF_UCHAR,
203 log_err("error in u_strToUpper(turkish locale src=NULL)=%ld error=%s buffer[0]==0x%lx\n",
211 length=u_strToUpper(buffer, sizeof(buffer)/U_SIZEOF_UCHAR,
218 log_err("error in u_strToUpper(turkis
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dtranstst.cpp3477 u_strToUpper(buffer2, 20, deeDEETest.getBuffer(), deeDEETest.length(), NULL, &status);
/external/icu/icu4c/source/common/unicode/
H A Durename.h364 #define u_strToUpper U_ICU_ENTRY_POINT_RENAME(u_strToUpper) macro
H A Dustring.h1081 u_strToUpper(UChar *dest, int32_t destCapacity,
/external/icu/icu4c/source/common/
H A Dustrcase_locale.cpp99 u_strToUpper(UChar *dest, int32_t destCapacity, function
/external/chromium_org/third_party/icu/source/tools/dumpce/
H A Ddumpce.cpp980 int32_t destLength = u_strToUpper(upperChars, length * 2, exemplarChars, -1, locale, &error);
982 fprintf(stdout, "Error when u_strToUpper() \n");
/external/chromium_org/third_party/icu/source/i18n/
H A Ducurr.cpp962 int32_t destLen = u_strToUpper(dest, 0, source, len, locale, &ec);
966 u_strToUpper(dest, destLen, source, len, locale, &ec);
1534 textLen = u_strToUpper(upperText, MAX_CURRENCY_NAME_LEN, inputText, textLen, locale, &ec1);
/external/chromium_org/third_party/icu/source/io/
H A Duprntf_p.c599 expLen = u_strToUpper(expBuf, (int32_t)sizeof(expBuf),
H A Duscanf_p.c533 expLen = u_strToUpper(expBuf, (int32_t)sizeof(expBuf),
/external/chromium_org/third_party/icu/source/samples/case/
H A Ducase.c63 length = u_strToUpper(buffer, sizeof(buffer)/sizeof(buffer[0]), upper,
69 u_fprintf(out, "u_strToUpper(%S, english) -> %S\n", lower, buffer);
/external/chromium_org/third_party/icu/source/samples/ustring/
H A Dustring.cpp304 length=u_strToUpper(buffer, LENGTHOF(buffer), input, -1, "en", &errorCode);
308 printf("error in u_strToUpper(en)=%ld error=%s\n", length, u_errorName(errorCode));
312 length=u_strToUpper(buffer, LENGTHOF(buffer), input, -1, "tr", &errorCode);
316 printf("error in u_strToUpper(tr)=%ld error=%s\n", length, u_errorName(errorCode));
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcstrcase.c146 length=u_strToUpper(buffer, sizeof(buffer)/U_SIZEOF_UCHAR,
155 log_err("error in u_strToUpper(root locale)=%ld error=%s string matches: %s\n",
164 length=u_strToUpper(buffer, sizeof(buffer)/U_SIZEOF_UCHAR,
173 log_err("error in u_strToUpper(turkish locale)=%ld error=%s string matches: %s\n",
181 length=u_strToUpper(NULL, 0,
188 log_err("error in u_strToUpper(turkish locale pure preflighting)=%ld error=%s\n",
196 length=u_strToUpper(buffer, sizeof(buffer)/U_SIZEOF_UCHAR,
203 log_err("error in u_strToUpper(turkish locale src=NULL)=%ld error=%s buffer[0]==0x%lx\n",
211 length=u_strToUpper(buffer, sizeof(buffer)/U_SIZEOF_UCHAR,
218 log_err("error in u_strToUpper(turkis
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtranstst.cpp3478 u_strToUpper(buffer2, 20, deeDEETest.getBuffer(), deeDEETest.length(), NULL, &status);
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h372 #define u_strToUpper U_ICU_ENTRY_POINT_RENAME(u_strToUpper) macro
H A Dustring.h1081 u_strToUpper(UChar *dest, int32_t destCapacity,
/external/chromium_org/third_party/icu/source/common/
H A Dustrcase_locale.cpp99 u_strToUpper(UChar *dest, int32_t destCapacity, function
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DStringImpl.cpp757 return caseConvert(source16, length, u_strToUpper, localeForConversion, this);
/external/chromium_org/third_party/WebKit/Source/wtf/unicode/icu/
H A DUnicodeIcu.h151 int realLength = u_strToUpper(result, resultLength, src, srcLength, "", &status);

Completed in 776 milliseconds

12