Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/i18n/
Dregexst.cpp63 constexpr char16_t const *gGC_ExtendPattern = u"[\\p{Grapheme_Extend}]"; variable
80 …fPropSets[URX_GC_EXTEND].applyPattern(UnicodeString(TRUE, gGC_ExtendPattern, -1), *status).freeze(… in RegexStaticSets()
/third_party/node/deps/icu-small/source/i18n/
Dregexst.cpp63 constexpr char16_t const *gGC_ExtendPattern = u"[\\p{Grapheme_Extend}]"; variable
80 …fPropSets[URX_GC_EXTEND].applyPattern(UnicodeString(TRUE, gGC_ExtendPattern, -1), *status).freeze(… in RegexStaticSets()
/third_party/skia/third_party/externals/icu/source/i18n/
Dregexst.cpp63 constexpr char16_t const *gGC_ExtendPattern = u"[\\p{Grapheme_Extend}]"; variable
80 …fPropSets[URX_GC_EXTEND].applyPattern(UnicodeString(TRUE, gGC_ExtendPattern, -1), *status).freeze(… in RegexStaticSets()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dregexst.cpp106 static const UChar gGC_ExtendPattern[] = { variable
160 … fPropSets[URX_GC_EXTEND] = new UnicodeSet(UnicodeString(TRUE, gGC_ExtendPattern, -1), *status); in RegexStaticSets()