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

  /external/icu4c/test/cintltst/
cstrcase.c 699 /* 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);
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/unicode/glib/
UnicodeGLib.cpp 178 // FIXME: umemcasecmp needs to mimic u_memcasecmp of icu
  /external/webkit/Source/JavaScriptCore/wtf/unicode/icu/
UnicodeIcu.h 230 return u_memcasecmp(a, b, len, U_FOLD_CASE_DEFAULT);
  /external/icu4c/common/
ustrcase.c 974 u_memcasecmp(const UChar *s1, const UChar *s2, int32_t length, uint32_t options) { function
  /external/icu4c/common/unicode/
urename.h 325 #define u_memcasecmp U_ICU_ENTRY_POINT_RENAME(u_memcasecmp) macro
    [all...]
ustring.h 650 u_memcasecmp(const UChar *s1, const UChar *s2, int32_t length, uint32_t options);
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h 222 #define u_memcasecmp u_memcasecmp_3_2 macro
    [all...]
ustring.h 644 u_memcasecmp(const UChar *s1, const UChar *s2, int32_t length, uint32_t options);
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h 222 #define u_memcasecmp u_memcasecmp_3_2 macro
    [all...]
ustring.h 644 u_memcasecmp(const UChar *s1, const UChar *s2, int32_t length, uint32_t options);
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
urename.h 222 #define u_memcasecmp u_memcasecmp_3_2 macro
    [all...]
ustring.h 644 u_memcasecmp(const UChar *s1, const UChar *s2, int32_t length, uint32_t options);
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h 222 #define u_memcasecmp u_memcasecmp_3_2 macro
    [all...]
ustring.h 644 u_memcasecmp(const UChar *s1, const UChar *s2, int32_t length, uint32_t options);
    [all...]
  /external/webkit/Source/WebCore/
ChangeLog-2006-05-10 392 by using the u_foldCase and u_memcasecmp functions. Also renamed from
    [all...]

Completed in 1435 milliseconds