HomeSort by relevance Sort by last modified time
    Searched full:u_strtolower (Results 1 - 25 of 25) sorted by null

  /external/icu4c/samples/case/
ucase.c 50 length = u_strToLower(buffer, sizeof(buffer)/sizeof(buffer[0]), upper,
53 u_fprintf(out, "error in u_strToLower(Turkish locale)=%ld error=%s\n", length,
57 u_fprintf(out, "u_strToLower(%S, turkish) -> %S\n", upper, buffer);
66 u_fprintf(out, "error in u_strToLower(English locale)=%ld error=%s\n", length,
  /external/icu4c/test/cintltst/
cstrcase.c 48 length=u_strToLower(buffer, sizeof(buffer)/U_SIZEOF_UCHAR,
57 log_err("error in u_strToLower(root locale)=%ld error=%s string matches: %s\t\nlowerRoot=%s\t\nbuffer=%s\n",
70 length=u_strToLower(buffer, sizeof(buffer)/U_SIZEOF_UCHAR,
79 log_err("error in u_strToLower(turkish locale)=%ld error=%s string matches: %s\n",
88 length=u_strToLower(buffer, 2, /* set destCapacity=2 */
97 log_err("error in u_strToLower(root locale preflighting)=%ld error=%s string matches: %s\n",
105 length=u_strToLower(NULL, sizeof(buffer)/U_SIZEOF_UCHAR,
110 log_err("error in u_strToLower(root locale dest=NULL)=%ld error=%s\n",
117 length=u_strToLower(buffer, -1,
124 log_err("error in u_strToLower(root locale destCapacity=-1)=%ld error=%s buffer[0]==0x%lx\n"
    [all...]
  /external/icu4c/samples/ustring/
ustring.cpp 288 length=u_strToLower(buffer, LENGTHOF(buffer), input, -1, "en", &errorCode);
292 printf("error in u_strToLower(en)=%ld error=%s\n", length, u_errorName(errorCode));
296 length=u_strToLower(buffer, LENGTHOF(buffer), input, -1, "tr", &errorCode);
300 printf("error in u_strToLower(tr)=%ld error=%s\n", length, u_errorName(errorCode));
  /external/webkit/Source/JavaScriptCore/wtf/unicode/icu/
UnicodeIcu.h 134 int realLength = u_strToLower(result, resultLength, src, srcLength, "", &status);
  /external/icu4c/common/unicode/
ucasemap.h 295 * @see u_strToLower
urename.h 367 #define u_strToLower U_ICU_ENTRY_POINT_RENAME(u_strToLower)
    [all...]
uchar.h 534 Corresponds to u_strToLower in ustring.h. @stable ICU 2.4 */
    [all...]
ustring.h     [all...]
  /external/icu4c/common/
ustrcase.c 555 u_strToLower(UChar *dest, int32_t destCapacity,
  /external/icu4c/io/
uprntf_p.c 593 expLen = u_strToLower(expBuf, (int32_t)sizeof(expBuf),
    [all...]
uscanf_p.c 527 expLen = u_strToLower(expBuf, (int32_t)sizeof(expBuf),
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h 259 #define u_strToLower u_strToLower_3_2
    [all...]
ustring.h     [all...]
uchar.h 469 Corresponds to u_strToLower in ustring.h. @stable ICU 2.4 */
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h 259 #define u_strToLower u_strToLower_3_2
    [all...]
ustring.h     [all...]
uchar.h 469 Corresponds to u_strToLower in ustring.h. @stable ICU 2.4 */
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
urename.h 259 #define u_strToLower u_strToLower_3_2
    [all...]
ustring.h     [all...]
uchar.h 469 Corresponds to u_strToLower in ustring.h. @stable ICU 2.4 */
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h 259 #define u_strToLower u_strToLower_3_2
    [all...]
ustring.h     [all...]
uchar.h 469 Corresponds to u_strToLower in ustring.h. @stable ICU 2.4 */
    [all...]
  /external/icu4c/test/intltest/
transtst.cpp     [all...]
  /external/webkit/Source/WebCore/
ChangeLog-2006-05-10 381 (WebCore::StringImpl::lower): Rewrote to use u_strToLower.
    [all...]

Completed in 806 milliseconds