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

  /external/icu/icu4c/source/test/cintltst/
cstrcase.c 650 /* test u_strcasecmp() */
651 result=u_strcasecmp(mixed, otherDefault, U_FOLD_CASE_DEFAULT);
653 log_err("error: u_strcasecmp(mixed, other, default)=%ld instead of 0\n", result);
660 /* test u_strcasecmp() - exclude special i */
661 result=u_strcasecmp(mixed, otherExcludeSpecialI, U_FOLD_CASE_EXCLUDE_SPECIAL_I);
663 log_err("error: u_strcasecmp(mixed, other, exclude special i)=%ld instead of 0\n", result);
670 /* test u_strcasecmp() */
671 result=u_strcasecmp(mixed, different, U_FOLD_CASE_DEFAULT);
673 log_err("error: u_strcasecmp(mixed, different, default)=%ld instead of positive\n", result);
    [all...]
  /external/icu/icu4c/source/common/unicode/
ustring.h 501 * Option bit for u_strCaseCompare, u_strcasecmp, unorm_compare, etc:
607 u_strcasecmp(const UChar *s1, const UChar *s2, uint32_t options);
    [all...]
urename.h 370 #define u_strcasecmp U_ICU_ENTRY_POINT_RENAME(u_strcasecmp) macro
    [all...]
  /external/icu/icu4c/source/samples/ustring/
ustring.cpp 172 compare=u_strcasecmp(buffer, cmpText, U_FOLD_CASE_DEFAULT);
  /external/icu/icu4c/source/common/
ustrcase.cpp 876 u_strcasecmp(const UChar *s1, const UChar *s2, uint32_t options) { function

Completed in 45 milliseconds