Searched defs:matchSet (Results 1 – 3 of 3) sorted by relevance
| /external/icu/icu4c/source/common/ |
| D | ustring.cpp | 465 _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/ |
| D | ustring.c | 464 _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/ |
| D | func.c | 498 u8 matchSet; member 562 u8 matchSet = pInfo->matchSet; in patternCompare() local
|