Searched refs:u_memcasecmp (Results 1 - 13 of 13) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/unicode/icu/
H A DUnicodeIcu.h230 return u_memcasecmp(a, b, len, U_FOLD_CASE_DEFAULT);
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Dustring.h644 u_memcasecmp(const UChar *s1, const UChar *s2, int32_t length, uint32_t options);
H A Durename.h222 #define u_memcasecmp u_memcasecmp_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Dustring.h644 u_memcasecmp(const UChar *s1, const UChar *s2, int32_t length, uint32_t options);
H A Durename.h222 #define u_memcasecmp u_memcasecmp_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Dustring.h644 u_memcasecmp(const UChar *s1, const UChar *s2, int32_t length, uint32_t options);
H A Durename.h222 #define u_memcasecmp u_memcasecmp_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Dustring.h644 u_memcasecmp(const UChar *s1, const UChar *s2, int32_t length, uint32_t options);
H A Durename.h222 #define u_memcasecmp u_memcasecmp_3_2 macro
/external/icu4c/common/unicode/
H A Dustring.h650 u_memcasecmp(const UChar *s1, const UChar *s2, int32_t length, uint32_t options);
H A Durename.h325 #define u_memcasecmp U_ICU_ENTRY_POINT_RENAME(u_memcasecmp) macro
/external/icu4c/test/cintltst/
H A Dcstrcase.c699 /* test u_memcasecmp() - stop before the sharp s (U+00df) */
700 result=u_memcasecmp(mixed, different, 4, U_FOLD_CASE_DEFAULT);
702 log_err("error: u_memcasecmp(mixed, different, 4, default)=%ld instead of 0\n", result);
705 /* test u_memcasecmp() - stop in the middle of the sharp s (U+00df) */
706 result=u_memcasecmp(mixed, different, 5, U_FOLD_CASE_DEFAULT);
708 log_err("error: u_memcasecmp(mixed, different, 5, default)=%ld instead of positive\n", result);
/external/icu4c/common/
H A Dustrcase.c974 u_memcasecmp(const UChar *s1, const UChar *s2, int32_t length, uint32_t options) { function

Completed in 214 milliseconds