Searched defs:u_strcmpFold (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/common/
H A Dustrcase.cpp1117 * This function is called from u_strcmpFold() and u_caseInsensitivePrefixMatch().
1496 u_strcmpFold(const UChar *s1, int32_t length1, function
1518 return u_strcmpFold(s1, length1, s2, length2,
1526 return u_strcmpFold(s1, -1, s2, -1,
1534 return u_strcmpFold(s1, length, s2, length,
1542 return u_strcmpFold(s1, n, s2, n,
/external/icu/icu4c/source/common/unicode/
H A Durename.h378 #define u_strcmpFold U_ICU_ENTRY_POINT_RENAME(u_strcmpFold) macro

Completed in 125 milliseconds