Home
last modified time | relevance | path

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

/external/icu/libicu/
Dlibicu.map.txt111 u_strncasecmp;
/external/icu/tools/icu4c_srcgen/
Dlibicu_export.txt112 u_strncasecmp
/external/icu/libicu/ndk_headers/unicode/
Dustring.h649 u_strncasecmp(const UChar *s1, const UChar *s2, int32_t n, uint32_t options) __INTRODUCED_IN(31);
Durename.h385 #define u_strncasecmp U_ICU_ENTRY_POINT_RENAME(u_strncasecmp) macro
/external/icu/icu4c/source/test/cintltst/
Dcstrcase.c684 result=u_strncasecmp(mixed, different, 4, U_FOLD_CASE_DEFAULT); in TestCaseCompare()
694 result=u_strncasecmp(mixed, different, 5, U_FOLD_CASE_DEFAULT); in TestCaseCompare()
/external/icu/icu4c/source/common/unicode/
Dustring.h623 u_strncasecmp(const UChar *s1, const UChar *s2, int32_t n, uint32_t options);
Durename.h385 #define u_strncasecmp U_ICU_ENTRY_POINT_RENAME(u_strncasecmp) macro
/external/icu/libandroidicu/include/unicode/
Dustring.h623 u_strncasecmp(const UChar *s1, const UChar *s2, int32_t n, uint32_t options);
Durename.h385 #define u_strncasecmp U_ICU_ENTRY_POINT_RENAME(u_strncasecmp) macro
/external/icu/libicu/cts_headers/unicode/
Dustring.h623 u_strncasecmp(const UChar *s1, const UChar *s2, int32_t n, uint32_t options);
/external/icu/libicu/src/
Dshim.cpp113 #undef u_strncasecmp
569 int32_t u_strncasecmp(const UChar * s1, const UChar * s2, int32_t n, uint32_t options) { in u_strncasecmp() function
570 return U_ICU_ENTRY_POINT_RENAME(u_strncasecmp)(s1, s2, n, options); in u_strncasecmp()
/external/icu/icu4c/source/common/
Dustrcase.cpp1802 u_strncasecmp(const UChar *s1, const UChar *s2, int32_t n, uint32_t options) { in u_strncasecmp() function