Searched refs:u_strcmpFold (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/common/ |
D | ustrcase.cpp | 1758 u_strcmpFold(const UChar *s1, int32_t length1, in u_strcmpFold() function 1780 return u_strcmpFold(s1, length1, s2, length2, in u_strCaseCompare() 1788 return u_strcmpFold(s1, -1, s2, -1, in u_strcasecmp() 1796 return u_strcmpFold(s1, length, s2, length, in u_memcasecmp() 1804 return u_strcmpFold(s1, n, s2, n, in u_strncasecmp()
|
D | unistr_case.cpp | 72 int32_t result=u_strcmpFold(chars, length, srcChars, srcLength, in doCaseCompare()
|
D | ucasemap_imp.h | 39 u_strcmpFold(const UChar *s1, int32_t length1,
|
/external/icu/libandroidicu/include/unicode/ |
D | urename.h | 377 #define u_strcmpFold U_ICU_ENTRY_POINT_RENAME(u_strcmpFold) macro
|
/external/icu/icu4c/source/common/unicode/ |
D | urename.h | 377 #define u_strcmpFold U_ICU_ENTRY_POINT_RENAME(u_strcmpFold) macro
|