Searched refs:u_strcmpFold (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/common/ |
D | ustrcase.cpp | 848 u_strcmpFold(const UChar *s1, int32_t length1, in u_strcmpFold() function 870 return u_strcmpFold(s1, length1, s2, length2, in u_strCaseCompare() 878 return u_strcmpFold(s1, -1, s2, -1, in u_strcasecmp() 886 return u_strcmpFold(s1, length, s2, length, in u_memcasecmp() 894 return u_strcmpFold(s1, n, s2, n, in u_strncasecmp()
|
D | unistr_case.cpp | 66 int32_t result=u_strcmpFold(chars, length, srcChars, srcLength, in doCaseCompare()
|
D | ustr_imp.h | 60 u_strcmpFold(const UChar *s1, int32_t length1,
|
/external/icu/icu4c/source/common/unicode/ |
D | urename.h | 376 #define u_strcmpFold U_ICU_ENTRY_POINT_RENAME(u_strcmpFold) macro
|