Searched refs:u_strcmpFold (Results 1 – 8 of 8) sorted by relevance
/external/icu4c/common/ |
D | ustrcase.c | 643 u_strcmpFold(const UChar *s1, int32_t length1, in u_strcmpFold() function 954 return u_strcmpFold(s1, length1, s2, length2, in u_strCaseCompare() 962 return u_strcmpFold(s1, -1, s2, -1, in u_strcasecmp() 970 return u_strcmpFold(s1, length, s2, length, in u_memcasecmp() 978 return u_strcmpFold(s1, n, s2, n, in u_strncasecmp()
|
D | ustr_imp.h | 47 u_strcmpFold(const UChar *s1, int32_t length1,
|
D | unistr_case.cpp | 67 int32_t result=u_strcmpFold(chars, length, srcChars, srcLength, in doCaseCompare()
|
/external/webkit/WebKit/mac/icu/unicode/ |
D | urename.h | 272 #define u_strcmpFold u_strcmpFold_3_2 macro
|
/external/webkit/JavaScriptCore/icu/unicode/ |
D | urename.h | 272 #define u_strcmpFold u_strcmpFold_3_2 macro
|
/external/webkit/JavaScriptGlue/icu/unicode/ |
D | urename.h | 272 #define u_strcmpFold u_strcmpFold_3_2 macro
|
/external/webkit/WebCore/icu/unicode/ |
D | urename.h | 272 #define u_strcmpFold u_strcmpFold_3_2 macro
|
/external/icu4c/common/unicode/ |
D | urename.h | 323 #define u_strcmpFold u_strcmpFold_3_8 macro
|