Searched refs:gGC_ControlPattern (Results 1 – 4 of 4) sorted by relevance
| /third_party/icu/icu4c/source/i18n/ |
| D | regexst.cpp | 62 constexpr char16_t const *gGC_ControlPattern = u"[[:Zl:][:Zp:][:Cc:][:Cf:]-[:Grapheme_Extend:]]"; variable 81 …fPropSets[URX_GC_CONTROL].applyPattern(UnicodeString(TRUE, gGC_ControlPattern, -1), *status).freez… in RegexStaticSets()
|
| /third_party/node/deps/icu-small/source/i18n/ |
| D | regexst.cpp | 62 constexpr char16_t const *gGC_ControlPattern = u"[[:Zl:][:Zp:][:Cc:][:Cf:]-[:Grapheme_Extend:]]"; variable 81 …fPropSets[URX_GC_CONTROL].applyPattern(UnicodeString(TRUE, gGC_ControlPattern, -1), *status).freez… in RegexStaticSets()
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| D | regexst.cpp | 62 constexpr char16_t const *gGC_ControlPattern = u"[[:Zl:][:Zp:][:Cc:][:Cf:]-[:Grapheme_Extend:]]"; variable 81 …fPropSets[URX_GC_CONTROL].applyPattern(UnicodeString(TRUE, gGC_ControlPattern, -1), *status).freez… in RegexStaticSets()
|
| /third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
| D | regexst.cpp | 96 static const UChar gGC_ControlPattern[] = { variable 161 … fPropSets[URX_GC_CONTROL] = new UnicodeSet(UnicodeString(TRUE, gGC_ControlPattern, -1), *status); in RegexStaticSets()
|