Home
last modified time | relevance | path

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

/external/cronet/third_party/icu/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/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/libicu/src/
Dshim.cpp601 int32_t u_strcspn(const UChar * string, const UChar * matchSet) { in u_strcspn()
622 UChar * u_strpbrk(const UChar * string, const UChar * matchSet) { in u_strpbrk()
634 int32_t u_strspn(const UChar * string, const UChar * matchSet) { in u_strspn()