/external/chromium_org/third_party/icu/source/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/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/chromium_org/third_party/icu/source/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/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 | 365 #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.cpp | 787 u_strcasecmp(const UChar *s1, const UChar *s2, uint32_t options) { function
|
/external/chromium_org/third_party/icu/source/common/ |
ustrcase.c | 966 u_strcasecmp(const UChar *s1, const UChar *s2, uint32_t options) { function
|