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

  /external/chromium_org/third_party/WebKit/Source/wtf/unicode/icu/
UnicodeIcu.h 223 return u_memcasecmp(a, b, len, U_FOLD_CASE_DEFAULT);
  /external/chromium_org/third_party/icu/source/common/unicode/
ustring.h 655 u_memcasecmp(const UChar *s1, const UChar *s2, int32_t length, uint32_t options);
    [all...]
urename.h 321 #define u_memcasecmp U_ICU_ENTRY_POINT_RENAME(u_memcasecmp) macro
    [all...]
  /external/icu/icu4c/source/common/unicode/
ustring.h 655 u_memcasecmp(const UChar *s1, const UChar *s2, int32_t length, uint32_t options);
    [all...]
urename.h 313 #define u_memcasecmp U_ICU_ENTRY_POINT_RENAME(u_memcasecmp) macro
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cstrcase.c 701 /* test u_memcasecmp() - stop before the sharp s (U+00df) */
702 result=u_memcasecmp(mixed, different, 4, U_FOLD_CASE_DEFAULT);
704 log_err("error: u_memcasecmp(mixed, different, 4, default)=%ld instead of 0\n", result);
707 /* test u_memcasecmp() - stop in the middle of the sharp s (U+00df) */
708 result=u_memcasecmp(mixed, different, 5, U_FOLD_CASE_DEFAULT);
710 log_err("error: u_memcasecmp(mixed, different, 5, default)=%ld instead of positive\n", result);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cstrcase.c 701 /* test u_memcasecmp() - stop before the sharp s (U+00df) */
702 result=u_memcasecmp(mixed, different, 4, U_FOLD_CASE_DEFAULT);
704 log_err("error: u_memcasecmp(mixed, different, 4, default)=%ld instead of 0\n", result);
707 /* test u_memcasecmp() - stop in the middle of the sharp s (U+00df) */
708 result=u_memcasecmp(mixed, different, 5, U_FOLD_CASE_DEFAULT);
710 log_err("error: u_memcasecmp(mixed, different, 5, default)=%ld instead of positive\n", result);
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ustrcase.cpp 795 u_memcasecmp(const UChar *s1, const UChar *s2, int32_t length, uint32_t options) { function
  /external/icu/icu4c/source/common/
ustrcase.cpp 795 u_memcasecmp(const UChar *s1, const UChar *s2, int32_t length, uint32_t options) { function

Completed in 239 milliseconds