Searched refs:u_strToUpper (Results 1 - 22 of 22) sorted by relevance

/external/icu4c/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/icu4c/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/icu4c/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/webkit/Source/JavaScriptCore/wtf/unicode/icu/
H A DUnicodeIcu.h152 int realLength = u_strToUpper(result, resultLength, src, srcLength, "", &status);
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Dustring.h1052 u_strToUpper(UChar *dest, int32_t destCapacity,
H A Durename.h264 #define u_strToUpper u_strToUpper_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Dustring.h1052 u_strToUpper(UChar *dest, int32_t destCapacity,
H A Durename.h264 #define u_strToUpper u_strToUpper_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Dustring.h1052 u_strToUpper(UChar *dest, int32_t destCapacity,
H A Durename.h264 #define u_strToUpper u_strToUpper_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Dustring.h1052 u_strToUpper(UChar *dest, int32_t destCapacity,
H A Durename.h264 #define u_strToUpper u_strToUpper_3_2 macro
/external/icu4c/common/unicode/
H A Dustring.h1076 u_strToUpper(UChar *dest, int32_t destCapacity,
H A Durename.h374 #define u_strToUpper U_ICU_ENTRY_POINT_RENAME(u_strToUpper) macro
/external/icu4c/i18n/
H A Ducurr.cpp764 int32_t destLen = u_strToUpper(dest, 0, source, len, NULL, &ec);
768 u_strToUpper(dest, destLen, source, len, NULL, &ec);
1324 textLen = u_strToUpper(upperText, MAX_CURRENCY_NAME_LEN, inputText, textLen, NULL, &ec1);
/external/icu4c/common/
H A Dustrcase.c568 u_strToUpper(UChar *dest, int32_t destCapacity, function
/external/icu4c/io/
H A Duscanf_p.c533 expLen = u_strToUpper(expBuf, (int32_t)sizeof(expBuf),
H A Duprntf_p.c599 expLen = u_strToUpper(expBuf, (int32_t)sizeof(expBuf),
/external/icu4c/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/icu4c/test/intltest/
H A Dtranstst.cpp3477 u_strToUpper(buffer2, 20, deeDEETest.getBuffer(), deeDEETest.length(), NULL, &status);
/external/sqlite/dist/
H A Dsqlite3.c.orig[all...]
H A Dsqlite3.c[all...]

Completed in 494 milliseconds