Home
last modified time | relevance | path

Searched refs:u_strcasecmp (Results 1 – 13 of 13) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dcstrcase.c654 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/libicu/
Dlibicu.map.txt102 u_strcasecmp;
/external/icu/tools/icu4c_srcgen/
Dlibicu_export.txt103 u_strcasecmp
/external/icu/libicu/ndk_headers/unicode/
Dustring.h623 u_strcasecmp(const UChar *s1, const UChar *s2, uint32_t options) __INTRODUCED_IN(31);
Durename.h375 #define u_strcasecmp U_ICU_ENTRY_POINT_RENAME(u_strcasecmp) macro
/external/icu/icu4c/source/common/unicode/
Dustring.h599 u_strcasecmp(const UChar *s1, const UChar *s2, uint32_t options);
Durename.h375 #define u_strcasecmp U_ICU_ENTRY_POINT_RENAME(u_strcasecmp) macro
/external/icu/libandroidicu/include/unicode/
Dustring.h599 u_strcasecmp(const UChar *s1, const UChar *s2, uint32_t options);
Durename.h375 #define u_strcasecmp U_ICU_ENTRY_POINT_RENAME(u_strcasecmp) macro
/external/icu/libicu/cts_headers/unicode/
Dustring.h599 u_strcasecmp(const UChar *s1, const UChar *s2, uint32_t options);
/external/icu/icu4c/source/samples/ustring/
Dustring.cpp187 compare=u_strcasecmp(buffer, cmpText, U_FOLD_CASE_DEFAULT); in demo_C_Unicode_strings()
/external/icu/libicu/src/
Dshim.cpp104 #undef u_strcasecmp
542 int32_t u_strcasecmp(const UChar * s1, const UChar * s2, uint32_t options) { in u_strcasecmp() function
543 return U_ICU_ENTRY_POINT_RENAME(u_strcasecmp)(s1, s2, options); in u_strcasecmp()
/external/icu/icu4c/source/common/
Dustrcase.cpp1786 u_strcasecmp(const UChar *s1, const UChar *s2, uint32_t options) { in u_strcasecmp() function