Searched refs:u_strcasecmp (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcstrcase.c651 /* test u_strcasecmp() */
652 result=u_strcasecmp(mixed, otherDefault, U_FOLD_CASE_DEFAULT);
654 log_err("error: u_strcasecmp(mixed, other, default)=%ld instead of 0\n", result);
661 /* test u_strcasecmp() - exclude special i */
662 result=u_strcasecmp(mixed, otherExcludeSpecialI, U_FOLD_CASE_EXCLUDE_SPECIAL_I);
664 log_err("error: u_strcasecmp(mixed, other, exclude special i)=%ld instead of 0\n", result);
671 /* test u_strcasecmp() */
672 result=u_strcasecmp(mixed, different, U_FOLD_CASE_DEFAULT);
674 log_err("error: u_strcasecmp(mixed, different, default)=%ld instead of positive\n", result);
/external/icu/icu4c/source/test/cintltst/
H A Dcstrcase.c651 /* test u_strcasecmp() */
652 result=u_strcasecmp(mixed, otherDefault, U_FOLD_CASE_DEFAULT);
654 log_err("error: u_strcasecmp(mixed, other, default)=%ld instead of 0\n", result);
661 /* test u_strcasecmp() - exclude special i */
662 result=u_strcasecmp(mixed, otherExcludeSpecialI, U_FOLD_CASE_EXCLUDE_SPECIAL_I);
664 log_err("error: u_strcasecmp(mixed, other, exclude special i)=%ld instead of 0\n", result);
671 /* test u_strcasecmp() */
672 result=u_strcasecmp(mixed, different, U_FOLD_CASE_DEFAULT);
674 log_err("error: u_strcasecmp(mixed, different, default)=%ld instead of positive\n", result);
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dustring.h501 * Option bit for u_strCaseCompare, u_strcasecmp, unorm_compare, etc:
607 u_strcasecmp(const UChar *s1, const UChar *s2, uint32_t options);
H A Durename.h374 #define u_strcasecmp U_ICU_ENTRY_POINT_RENAME(u_strcasecmp) macro
/external/chromium_org/third_party/icu/source/samples/ustring/
H A Dustring.cpp174 compare=u_strcasecmp(buffer, cmpText, U_FOLD_CASE_DEFAULT);
/external/icu/icu4c/source/common/unicode/
H A Dustring.h501 * Option bit for u_strCaseCompare, u_strcasecmp, unorm_compare, etc:
607 u_strcasecmp(const UChar *s1, const UChar *s2, uint32_t options);
H A Durename.h366 #define u_strcasecmp U_ICU_ENTRY_POINT_RENAME(u_strcasecmp) macro
/external/icu/icu4c/source/samples/ustring/
H A Dustring.cpp174 compare=u_strcasecmp(buffer, cmpText, U_FOLD_CASE_DEFAULT);
/external/chromium_org/third_party/icu/source/common/
H A Dustrcase.cpp787 u_strcasecmp(const UChar *s1, const UChar *s2, uint32_t options) { function
/external/icu/icu4c/source/common/
H A Dustrcase.cpp787 u_strcasecmp(const UChar *s1, const UChar *s2, uint32_t options) { function

Completed in 152 milliseconds