Searched refs:u_strcasecmp (Results 1 – 8 of 8) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | cstrcase.c | 654 result=u_strcasecmp(mixed, otherDefault, U_FOLD_CASE_DEFAULT); in TestCaseCompare() 664 result=u_strcasecmp(mixed, otherExcludeSpecialI, U_FOLD_CASE_EXCLUDE_SPECIAL_I); in TestCaseCompare() 674 result=u_strcasecmp(mixed, different, U_FOLD_CASE_DEFAULT); in TestCaseCompare()
|
/external/icu/libandroidicu/include/unicode/ |
D | ustring.h | 599 u_strcasecmp(const UChar *s1, const UChar *s2, uint32_t options);
|
D | urename.h | 371 #define u_strcasecmp U_ICU_ENTRY_POINT_RENAME(u_strcasecmp) macro
|
/external/icu/icu4c/source/common/unicode/ |
D | ustring.h | 599 u_strcasecmp(const UChar *s1, const UChar *s2, uint32_t options);
|
D | urename.h | 371 #define u_strcasecmp U_ICU_ENTRY_POINT_RENAME(u_strcasecmp) macro
|
/external/icu/icu4c/source/samples/ustring/ |
D | ustring.cpp | 184 compare=u_strcasecmp(buffer, cmpText, U_FOLD_CASE_DEFAULT); in demo_C_Unicode_strings()
|
/external/icu/icu4c/source/common/ |
D | ustrcase.cpp | 1786 u_strcasecmp(const UChar *s1, const UChar *s2, uint32_t options) { in u_strcasecmp() function
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 425 return u_strcasecmp(s1, s2, options); in u_strcasecmp_android()
|