HomeSort by relevance Sort by last modified time
    Searched refs:u_strToUpper (Results 1 - 20 of 20) sorted by null

  /external/icu4c/samples/case/
ucase.c 63 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/
cstrcase.c 146 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(turkish locale srcLength=-2)=%ld error=%s buffer[0]==0x%lx\n"
    [all...]
  /external/icu4c/samples/ustring/
ustring.cpp 304 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/
UnicodeIcu.h 152 int realLength = u_strToUpper(result, resultLength, src, srcLength, "", &status);
  /external/webkit/Source/JavaScriptCore/icu/unicode/
ustring.h     [all...]
urename.h 264 #define u_strToUpper u_strToUpper_3_2
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
ustring.h     [all...]
urename.h 264 #define u_strToUpper u_strToUpper_3_2
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
ustring.h     [all...]
urename.h 264 #define u_strToUpper u_strToUpper_3_2
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
ustring.h     [all...]
urename.h 264 #define u_strToUpper u_strToUpper_3_2
    [all...]
  /external/icu4c/common/unicode/
ustring.h     [all...]
urename.h 374 #define u_strToUpper U_ICU_ENTRY_POINT_RENAME(u_strToUpper)
    [all...]
  /external/icu4c/i18n/
ucurr.cpp 764 int32_t destLen = u_strToUpper(dest, 0, source, len, NULL, &ec);
768 u_strToUpper(dest, destLen, source, len, NULL, &ec);
    [all...]
  /external/icu4c/common/
ustrcase.c 568 u_strToUpper(UChar *dest, int32_t destCapacity,
  /external/icu4c/io/
uscanf_p.c 533 expLen = u_strToUpper(expBuf, (int32_t)sizeof(expBuf),
    [all...]
uprntf_p.c 599 expLen = u_strToUpper(expBuf, (int32_t)sizeof(expBuf),
    [all...]
  /external/icu4c/tools/dumpce/
dumpce.cpp 980 int32_t destLength = u_strToUpper(upperChars, length*2, exemplarChars, -1, locale, &error);
982 fprintf(stdout, "Error when u_strToUpper() \n");
    [all...]
  /external/icu4c/test/intltest/
transtst.cpp     [all...]

Completed in 1807 milliseconds