Searched refs:gIsWordPattern (Results 1 – 4 of 4) sorted by relevance
| /third_party/icu/icu4c/source/i18n/ |
| D | regexst.cpp | 52 constexpr char16_t const *gIsWordPattern = u"[\\p{Alphabetic}\\p{M}\\p{Nd}\\p{Pc}\\u200c\\u200d]"; variable 78 … fPropSets[URX_ISWORD_SET].applyPattern(UnicodeString(true, gIsWordPattern, -1), *status).freeze(); in RegexStaticSets()
|
| /third_party/node/deps/icu-small/source/i18n/ |
| D | regexst.cpp | 52 constexpr char16_t const *gIsWordPattern = u"[\\p{Alphabetic}\\p{M}\\p{Nd}\\p{Pc}\\u200c\\u200d]"; variable 78 … fPropSets[URX_ISWORD_SET].applyPattern(UnicodeString(true, gIsWordPattern, -1), *status).freeze(); in RegexStaticSets()
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| D | regexst.cpp | 52 constexpr char16_t const *gIsWordPattern = u"[\\p{Alphabetic}\\p{M}\\p{Nd}\\p{Pc}\\u200c\\u200d]"; variable 78 … fPropSets[URX_ISWORD_SET].applyPattern(UnicodeString(true, gIsWordPattern, -1), *status).freeze(); in RegexStaticSets()
|
| /third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
| D | regexst.cpp | 72 static const UChar gIsWordPattern[] = { variable 158 … fPropSets[URX_ISWORD_SET] = new UnicodeSet(UnicodeString(TRUE, gIsWordPattern, -1), *status); in RegexStaticSets()
|