Home
last modified time | relevance | path

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

/third_party/node/deps/icu-small/source/i18n/
Dregexst.cpp64 constexpr char16_t const *gGC_LPattern = u"[\\p{Hangul_Syllable_Type=L}]"; variable
82 fPropSets[URX_GC_L].applyPattern(UnicodeString(true, gGC_LPattern, -1), *status).freeze(); in RegexStaticSets()
/third_party/icu/icu4c/source/i18n/
Dregexst.cpp64 constexpr char16_t const *gGC_LPattern = u"[\\p{Hangul_Syllable_Type=L}]"; variable
82 fPropSets[URX_GC_L].applyPattern(UnicodeString(true, gGC_LPattern, -1), *status).freeze(); in RegexStaticSets()
/third_party/skia/third_party/externals/icu/source/i18n/
Dregexst.cpp64 constexpr char16_t const *gGC_LPattern = u"[\\p{Hangul_Syllable_Type=L}]"; variable
82 fPropSets[URX_GC_L].applyPattern(UnicodeString(TRUE, gGC_LPattern, -1), *status).freeze(); in RegexStaticSets()