Home
last modified time | relevance | path

Searched refs:u_caseInsensitivePrefixMatch (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4c/source/common/
Ducasemap_imp.h57 u_caseInsensitivePrefixMatch(const UChar *s1, int32_t length1,
Dustrcase.cpp1811 u_caseInsensitivePrefixMatch(const UChar *s1, int32_t length1, in u_caseInsensitivePrefixMatch() function
/external/icu/icu4c/source/test/cintltst/
Dcstrcase.c1028 u_caseInsensitivePrefixMatch(u1, -1, u2, -1, 0, &matchLen1, &matchLen2, &sts); in TestUCaseInsensitivePrefixMatch()
/external/icu/libandroidicu/include/unicode/
Durename.h205 #define u_caseInsensitivePrefixMatch U_ICU_ENTRY_POINT_RENAME(u_caseInsensitivePrefixMatch) macro
/external/icu/icu4c/source/common/unicode/
Durename.h205 #define u_caseInsensitivePrefixMatch U_ICU_ENTRY_POINT_RENAME(u_caseInsensitivePrefixMatch) macro
/external/icu/icu4c/source/i18n/
Dsmpdtfmt.cpp2863 u_caseInsensitivePrefixMatch(text.getBuffer() + index, text.length() - index, in matchStringWithOptionalDot()