Home
last modified time | relevance | path

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

/external/icu4c/common/
Dustring.c464 _matchFromSet(const UChar *string, const UChar *matchSet, UBool polarity) { in _matchFromSet() function
539 int32_t index = _matchFromSet(string, matchSet, TRUE); in u_strpbrk()
551 int32_t index = _matchFromSet(string, matchSet, TRUE); in u_strcspn()
563 int32_t index = _matchFromSet(string, matchSet, FALSE); in u_strspn()