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

  /external/icu/icu4c/source/common/unicode/
ustring.h 657 u_memcasecmp(const UChar *s1, const UChar *s2, int32_t length, uint32_t options);
    [all...]
urename.h 318 #define u_memcasecmp U_ICU_ENTRY_POINT_RENAME(u_memcasecmp) macro
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cstrcase.c 702 /* test u_memcasecmp() - stop before the sharp s (U+00df) */
703 result=u_memcasecmp(mixed, different, 4, U_FOLD_CASE_DEFAULT);
705 log_err("error: u_memcasecmp(mixed, different, 4, default)=%ld instead of 0\n", result);
708 /* test u_memcasecmp() - stop in the middle of the sharp s (U+00df) */
709 result=u_memcasecmp(mixed, different, 5, U_FOLD_CASE_DEFAULT);
711 log_err("error: u_memcasecmp(mixed, different, 5, default)=%ld instead of positive\n", result);
    [all...]
  /external/icu/icu4c/source/common/
ustrcase.cpp 1532 u_memcasecmp(const UChar *s1, const UChar *s2, int32_t length, uint32_t options) { function
    [all...]

Completed in 139 milliseconds