/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/ |
ustr_imp.h | 58 * Internal API, used by u_strcasecmp() etc.
|
ustrcase.c | 966 u_strcasecmp(const UChar *s1, const UChar *s2, uint32_t options) { function
|
/external/icu4c/common/unicode/ |
unorm.h | 480 * Option bit for u_strCaseCompare, u_strcasecmp, unorm_compare, etc:
|
urename.h | 376 #define u_strcasecmp U_ICU_ENTRY_POINT_RENAME(u_strcasecmp) macro [all...] |
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...] |
unistr.h | 41 * Option bit for u_strCaseCompare, u_strcasecmp, unorm_compare, etc: [all...] |
/external/icu4c/samples/ustring/ |
ustring.cpp | 174 compare=u_strcasecmp(buffer, cmpText, U_FOLD_CASE_DEFAULT);
|
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
unorm.h | 494 * Option bit for u_strCaseCompare, u_strcasecmp, unorm_compare, etc:
|
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/ |
unorm.h | 494 * Option bit for u_strCaseCompare, u_strcasecmp, unorm_compare, etc:
|
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/ |
unorm.h | 494 * Option bit for u_strCaseCompare, u_strcasecmp, unorm_compare, etc:
|
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...] |