Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dustring.cpp465 _matchFromSet(const UChar *string, const UChar *matchSet, UBool polarity) { in _matchFromSet() function
540 int32_t idx = _matchFromSet(string, matchSet, TRUE); in u_strpbrk()
552 int32_t idx = _matchFromSet(string, matchSet, TRUE); in u_strcspn()
564 int32_t idx = _matchFromSet(string, matchSet, FALSE); in u_strspn()