Searched defs:matchSet (Results 1 – 3 of 3) sorted by relevance
| /third_party/skia/third_party/externals/icu/source/common/ |
| D | ustring.cpp | 468 _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()
|
| /third_party/icu/icu4c/source/common/ |
| D | ustring.cpp | 468 _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()
|
| /third_party/node/deps/icu-small/source/common/ |
| D | ustring.cpp | 468 _matchFromSet(const char16_t *string, const char16_t *matchSet, UBool polarity) { in _matchFromSet() 541 u_strpbrk(const char16_t *string, const char16_t *matchSet) in u_strpbrk() 553 u_strcspn(const char16_t *string, const char16_t *matchSet) in u_strcspn() 565 u_strspn(const char16_t *string, const char16_t *matchSet) in u_strspn()
|