Home
last modified time | relevance | path

Searched defs:matchSet (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/common/
Dustring.cpp468 _matchFromSet(const UChar *string, const UChar *matchSet, UBool polarity) { in _matchFromSet()
541 u_strpbrk(const UChar *string, const UChar *matchSet) in u_strpbrk()
553 u_strcspn(const UChar *string, const UChar *matchSet) in u_strcspn()
565 u_strspn(const UChar *string, const UChar *matchSet) in u_strspn()
/external/icu/libandroidicu/static_shim/
Dshim.cpp445 int32_t u_strcspn_android(const UChar * string, const UChar * matchSet) { in u_strcspn_android()
466 UChar * u_strpbrk_android(const UChar * string, const UChar * matchSet) { in u_strpbrk_android()
478 int32_t u_strspn_android(const UChar * string, const UChar * matchSet) { in u_strspn_android()