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

/external/icu/icu4c/source/common/unicode/
H A Dustring.h655 u_memcasecmp(const UChar *s1, const UChar *s2, int32_t length, uint32_t options);
H A Durename.h316 #define u_memcasecmp U_ICU_ENTRY_POINT_RENAME(u_memcasecmp) macro
/external/icu/icu4c/source/common/
H A Dustrcase.cpp884 u_memcasecmp(const UChar *s1, const UChar *s2, int32_t length, uint32_t options) { function
/external/icu/icu4c/source/test/cintltst/
H A Dcstrcase.c700 /* test u_memcasecmp() - stop before the sharp s (U+00df) */
701 result=u_memcasecmp(mixed, different, 4, U_FOLD_CASE_DEFAULT);
703 log_err("error: u_memcasecmp(mixed, different, 4, default)=%ld instead of 0\n", result);
706 /* test u_memcasecmp() - stop in the middle of the sharp s (U+00df) */
707 result=u_memcasecmp(mixed, different, 5, U_FOLD_CASE_DEFAULT);
709 log_err("error: u_memcasecmp(mixed, different, 5, default)=%ld instead of positive\n", result);

Completed in 163 milliseconds