Searched refs:u_strcmpFold (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/common/ |
D | unistr_case.cpp | 68 int32_t result=u_strcmpFold(chars, length, srcChars, srcLength, in doCaseCompare()
|
D | ustrcase.cpp | 1496 u_strcmpFold(const UChar *s1, int32_t length1, in u_strcmpFold() function 1518 return u_strcmpFold(s1, length1, s2, length2, in u_strCaseCompare() 1526 return u_strcmpFold(s1, -1, s2, -1, in u_strcasecmp() 1534 return u_strcmpFold(s1, length, s2, length, in u_memcasecmp() 1542 return u_strcmpFold(s1, n, s2, n, in u_strncasecmp()
|
D | ustr_imp.h | 62 u_strcmpFold(const UChar *s1, int32_t length1,
|
/external/icu/icu4c/source/common/unicode/ |
D | urename.h | 378 #define u_strcmpFold U_ICU_ENTRY_POINT_RENAME(u_strcmpFold) macro
|