Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dregexst.cpp52 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()