Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dregexst.cpp160 … fPropSets[URX_GC_L] = new UnicodeSet(UnicodeString(TRUE, gGC_LPattern, -1), *status); in RegexStaticSets()
168 …fPropSets[URX_GC_CONTROL] == NULL || fPropSets[URX_GC_L] == NULL || fPropSets[URX_GC_V] == NULL || in RegexStaticSets()
196 fPropSets[URX_GC_NORMAL]->removeAll(*fPropSets[URX_GC_L]); in RegexStaticSets()
Dregeximp.h267 URX_GC_L, enumerator
Drematch.cpp3217 if (sets[URX_GC_L]->contains(c)) goto GC_L; in MatchAt()
3230 if (sets[URX_GC_L]->contains(c)) goto GC_L; in MatchAt()
4775 if (sets[URX_GC_L]->contains(c)) goto GC_L; in MatchChunkAt()
4787 if (sets[URX_GC_L]->contains(c)) goto GC_L; in MatchChunkAt()