Home
last modified time | relevance | path

Searched refs:u_strncasecmp (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dcstrcase.c681 result=u_strncasecmp(mixed, different, 4, U_FOLD_CASE_DEFAULT); in TestCaseCompare()
691 result=u_strncasecmp(mixed, different, 5, U_FOLD_CASE_DEFAULT); in TestCaseCompare()
/external/icu/icu4c/source/common/unicode/
Dustring.h631 u_strncasecmp(const UChar *s1, const UChar *s2, int32_t n, uint32_t options);
Durename.h380 #define u_strncasecmp U_ICU_ENTRY_POINT_RENAME(u_strncasecmp) macro
/external/icu/icu4c/source/common/
Dustrcase.cpp892 u_strncasecmp(const UChar *s1, const UChar *s2, int32_t n, uint32_t options) { in u_strncasecmp() function