Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dregexst.cpp164 … fPropSets[URX_GC_L] = new UnicodeSet(UnicodeString(TRUE, gGC_LPattern, -1), *status); in RegexStaticSets()
172 …fPropSets[URX_GC_CONTROL] == NULL || fPropSets[URX_GC_L] == NULL || fPropSets[URX_GC_V] == NULL || in RegexStaticSets()
200 fPropSets[URX_GC_NORMAL]->removeAll(*fPropSets[URX_GC_L]); in RegexStaticSets()
Dregeximp.h275 URX_GC_L, enumerator
Drematch.cpp3174 if (sets[URX_GC_L]->contains(c)) goto GC_L; in MatchAt()
3187 if (sets[URX_GC_L]->contains(c)) goto GC_L; in MatchAt()
4657 if (sets[URX_GC_L]->contains(c)) goto GC_L; in MatchChunkAt()
4669 if (sets[URX_GC_L]->contains(c)) goto GC_L; in MatchChunkAt()