Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dregexst.cpp161 … fPropSets[URX_GC_V] = new UnicodeSet(UnicodeString(TRUE, gGC_VPattern, -1), *status); in RegexStaticSets()
168 …fPropSets[URX_GC_CONTROL] == NULL || fPropSets[URX_GC_L] == NULL || fPropSets[URX_GC_V] == NULL || in RegexStaticSets()
197 fPropSets[URX_GC_NORMAL]->removeAll(*fPropSets[URX_GC_V]); in RegexStaticSets()
Dregeximp.h270 URX_GC_V, enumerator
Drematch.cpp3213 if (sets[URX_GC_V]->contains(c)) goto GC_V; in MatchAt()
3226 if (sets[URX_GC_V]->contains(c)) goto GC_V; in MatchAt()
3235 if (sets[URX_GC_V]->contains(c)) goto GC_V; in MatchAt()
4767 if (sets[URX_GC_V]->contains(c)) goto GC_V; in MatchChunkAt()
4779 if (sets[URX_GC_V]->contains(c)) goto GC_V; in MatchChunkAt()
4786 if (sets[URX_GC_V]->contains(c)) goto GC_V; in MatchChunkAt()