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

  /external/webkit/Source/JavaScriptCore/icu/unicode/
ustring.h 490 * Option bit for u_strCaseCompare, u_strcasecmp, unorm_compare, etc:
596 u_strcasecmp(const UChar *s1, const UChar *s2, uint32_t options);
    [all...]
urename.h 266 #define u_strcasecmp u_strcasecmp_3_2 macro
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
ustring.h 490 * Option bit for u_strCaseCompare, u_strcasecmp, unorm_compare, etc:
596 u_strcasecmp(const UChar *s1, const UChar *s2, uint32_t options);
    [all...]
urename.h 266 #define u_strcasecmp u_strcasecmp_3_2 macro
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
ustring.h 490 * Option bit for u_strCaseCompare, u_strcasecmp, unorm_compare, etc:
596 u_strcasecmp(const UChar *s1, const UChar *s2, uint32_t options);
    [all...]
urename.h 266 #define u_strcasecmp u_strcasecmp_3_2 macro
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
ustring.h 490 * Option bit for u_strCaseCompare, u_strcasecmp, unorm_compare, etc:
596 u_strcasecmp(const UChar *s1, const UChar *s2, uint32_t options);
    [all...]
urename.h 266 #define u_strcasecmp u_strcasecmp_3_2 macro
    [all...]
  /external/icu4c/test/cintltst/
cstrcase.c 649 /* test u_strcasecmp() */
650 result=u_strcasecmp(mixed, otherDefault, U_FOLD_CASE_DEFAULT);
652 log_err("error: u_strcasecmp(mixed, other, default)=%ld instead of 0\n", result);
659 /* test u_strcasecmp() - exclude special i */
660 result=u_strcasecmp(mixed, otherExcludeSpecialI, U_FOLD_CASE_EXCLUDE_SPECIAL_I);
662 log_err("error: u_strcasecmp(mixed, other, exclude special i)=%ld instead of 0\n", result);
669 /* test u_strcasecmp() */
670 result=u_strcasecmp(mixed, different, U_FOLD_CASE_DEFAULT);
672 log_err("error: u_strcasecmp(mixed, different, default)=%ld instead of positive\n", result);
    [all...]
  /external/icu4c/common/unicode/
ustring.h 496 * Option bit for u_strCaseCompare, u_strcasecmp, unorm_compare, etc:
602 u_strcasecmp(const UChar *s1, const UChar *s2, uint32_t options);
    [all...]
urename.h 376 #define u_strcasecmp U_ICU_ENTRY_POINT_RENAME(u_strcasecmp) macro
    [all...]
  /external/icu4c/samples/ustring/
ustring.cpp 174 compare=u_strcasecmp(buffer, cmpText, U_FOLD_CASE_DEFAULT);
  /external/icu4c/common/
ustrcase.c 966 u_strcasecmp(const UChar *s1, const UChar *s2, uint32_t options) { function

Completed in 180 milliseconds