Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dustring.cpp465 _matchFromSet(const UChar *string, const UChar *matchSet, UBool polarity) { in _matchFromSet()
538 u_strpbrk(const UChar *string, const UChar *matchSet) in u_strpbrk()
550 u_strcspn(const UChar *string, const UChar *matchSet) in u_strcspn()
562 u_strspn(const UChar *string, const UChar *matchSet) in u_strspn()
/external/chromium_org/third_party/icu/source/common/
Dustring.c464 _matchFromSet(const UChar *string, const UChar *matchSet, UBool polarity) { in _matchFromSet()
537 u_strpbrk(const UChar *string, const UChar *matchSet) in u_strpbrk()
549 u_strcspn(const UChar *string, const UChar *matchSet) in u_strcspn()
561 u_strspn(const UChar *string, const UChar *matchSet) in u_strspn()
/external/chromium_org/third_party/sqlite/src/src/
Dfunc.c498 u8 matchSet; member
562 u8 matchSet = pInfo->matchSet; in patternCompare() local