Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dregexst.cpp159 … fPropSets[URX_GC_CONTROL] = new UnicodeSet(UnicodeString(TRUE, gGC_ControlPattern, -1), *status); in RegexStaticSets()
168 …fPropSets[URX_GC_CONTROL] == NULL || fPropSets[URX_GC_L] == NULL || fPropSets[URX_GC_V] == NULL || in RegexStaticSets()
195 fPropSets[URX_GC_NORMAL]->removeAll(*fPropSets[URX_GC_CONTROL]); in RegexStaticSets()
Dregeximp.h266 URX_GC_CONTROL, enumerator
Drematch.cpp3209 if (sets[URX_GC_CONTROL]->contains(c)) goto GC_Control; in MatchAt()
4763 if (sets[URX_GC_CONTROL]->contains(c)) goto GC_Control; in MatchChunkAt()