Searched refs:u_strFoldCase (Results 1 - 17 of 17) sorted by relevance

/external/icu4c/samples/case/
H A Ducase.c74 length = u_strFoldCase(buffer, sizeof(buffer)/sizeof(buffer[0]), unfold,
78 u_fprintf(out, "error in u_strFoldCase()=%ld error=%s\n", length,
81 u_fprintf(out, "u_strFoldCase(%S, U_FOLD_CASE_DEFAULT) -> %S\n", unfold, buffer);
/external/icu4c/test/cintltst/
H A Dcstrcase.c460 length=u_strFoldCase(buffer, sizeof(buffer)/U_SIZEOF_UCHAR,
469 log_err("error in u_strFoldCase(default)=%ld error=%s string matches: %s\n",
479 length=u_strFoldCase(buffer, sizeof(buffer)/U_SIZEOF_UCHAR,
488 log_err("error in u_strFoldCase(exclude special i)=%ld error=%s string matches: %s\n",
499 length=u_strFoldCase(buffer, sizeof(buffer)/U_SIZEOF_UCHAR,
508 log_err("error in u_strFoldCase(default same buffer)=%ld error=%s string matches: %s\n",
518 length=u_strFoldCase(buffer, sizeof(buffer)/U_SIZEOF_UCHAR,
527 log_err("error in u_strFoldCase(exclude special i same buffer)=%ld error=%s string matches: %s\n",
537 length=u_strFoldCase(buffer, 2, /* set destCapacity=2 */
546 log_err("error in u_strFoldCase(defaul
[all...]
H A Dcucdtst.c3161 length2=u_strFoldCase(t, LENGTHOF(t), s, length, 0, &errorCode);
3163 log_err("u_strFoldCase(U+%04lx, default) does not fold properly\n", (long)c);
3171 length2=u_strFoldCase(t, LENGTHOF(t), s, length, U_FOLD_CASE_EXCLUDE_SPECIAL_I, &errorCode);
3173 log_err("u_strFoldCase(U+%04lx, turkic) does not fold properly\n", (long)c);
/external/icu4c/samples/ustring/
H A Dustring.cpp336 length=u_strFoldCase(buffer, LENGTHOF(buffer), input, -1, U_FOLD_CASE_DEFAULT, &errorCode);
340 printf("error in u_strFoldCase(default)=%ld error=%s\n", length, u_errorName(errorCode));
344 length=u_strFoldCase(buffer, LENGTHOF(buffer), input, -1, U_FOLD_CASE_EXCLUDE_SPECIAL_I, &errorCode);
348 printf("error in u_strFoldCase(Turkic)=%ld error=%s\n", length, u_errorName(errorCode));
/external/webkit/Source/JavaScriptCore/wtf/unicode/icu/
H A DUnicodeIcu.h126 int realLength = u_strFoldCase(result, resultLength, src, srcLength, U_FOLD_CASE_DEFAULT, &status);
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Dustring.h500 * u_strCompare(u_strFoldCase(s1, options),
501 * u_strFoldCase(s2, options),
578 * This is equivalent to u_strcmp(u_strFoldCase(s1, options), u_strFoldCase(s2, options)).
600 * This is equivalent to u_strcmp(u_strFoldCase(s1, at most n, options),
601 * u_strFoldCase(s2, at most n, options)).
624 * This is equivalent to u_strcmp(u_strFoldCase(s1, n, options),
625 * u_strFoldCase(s2, n, options)).
1155 u_strFoldCase(UChar *dest, int32_t destCapacity,
H A Durename.h253 #define u_strFoldCase u_strFoldCase_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Dustring.h500 * u_strCompare(u_strFoldCase(s1, options),
501 * u_strFoldCase(s2, options),
578 * This is equivalent to u_strcmp(u_strFoldCase(s1, options), u_strFoldCase(s2, options)).
600 * This is equivalent to u_strcmp(u_strFoldCase(s1, at most n, options),
601 * u_strFoldCase(s2, at most n, options)).
624 * This is equivalent to u_strcmp(u_strFoldCase(s1, n, options),
625 * u_strFoldCase(s2, n, options)).
1155 u_strFoldCase(UChar *dest, int32_t destCapacity,
H A Durename.h253 #define u_strFoldCase u_strFoldCase_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Dustring.h500 * u_strCompare(u_strFoldCase(s1, options),
501 * u_strFoldCase(s2, options),
578 * This is equivalent to u_strcmp(u_strFoldCase(s1, options), u_strFoldCase(s2, options)).
600 * This is equivalent to u_strcmp(u_strFoldCase(s1, at most n, options),
601 * u_strFoldCase(s2, at most n, options)).
624 * This is equivalent to u_strcmp(u_strFoldCase(s1, n, options),
625 * u_strFoldCase(s2, n, options)).
1155 u_strFoldCase(UChar *dest, int32_t destCapacity,
H A Durename.h253 #define u_strFoldCase u_strFoldCase_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Dustring.h500 * u_strCompare(u_strFoldCase(s1, options),
501 * u_strFoldCase(s2, options),
578 * This is equivalent to u_strcmp(u_strFoldCase(s1, options), u_strFoldCase(s2, options)).
600 * This is equivalent to u_strcmp(u_strFoldCase(s1, at most n, options),
601 * u_strFoldCase(s2, at most n, options)).
624 * This is equivalent to u_strcmp(u_strFoldCase(s1, n, options),
625 * u_strFoldCase(s2, n, options)).
1155 u_strFoldCase(UChar *dest, int32_t destCapacity,
H A Durename.h253 #define u_strFoldCase u_strFoldCase_3_2 macro
/external/icu4c/common/unicode/
H A Dustring.h506 * u_strCompare(u_strFoldCase(s1, options),
507 * u_strFoldCase(s2, options),
584 * This is equivalent to u_strcmp(u_strFoldCase(s1, options), u_strFoldCase(s2, options)).
606 * This is equivalent to u_strcmp(u_strFoldCase(s1, at most n, options),
607 * u_strFoldCase(s2, at most n, options)).
630 * This is equivalent to u_strcmp(u_strFoldCase(s1, n, options),
631 * u_strFoldCase(s2, n, options)).
1179 u_strFoldCase(UChar *dest, int32_t destCapacity,
H A Durename.h356 #define u_strFoldCase U_ICU_ENTRY_POINT_RENAME(u_strFoldCase) macro
/external/icu4c/common/
H A Duprops.cpp139 destLength=u_strFoldCase(dest, LENGTHOF(dest),
H A Dustrcase.c617 u_strFoldCase(UChar *dest, int32_t destCapacity, function

Completed in 1930 milliseconds