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.cpp162 … fPropSets[URX_GC_L] = new UnicodeSet(UnicodeString(TRUE, gGC_LPattern, -1), *status); in RegexStaticSets()
170 …fPropSets[URX_GC_CONTROL] == NULL || fPropSets[URX_GC_L] == NULL || fPropSets[URX_GC_V] == NULL || in RegexStaticSets()
198 fPropSets[URX_GC_NORMAL]->removeAll(*fPropSets[URX_GC_L]); in RegexStaticSets()
Dregeximp.h269 URX_GC_L, enumerator
Drematch.cpp3211 if (sets[URX_GC_L]->contains(c)) goto GC_L; in MatchAt()
3224 if (sets[URX_GC_L]->contains(c)) goto GC_L; in MatchAt()
4768 if (sets[URX_GC_L]->contains(c)) goto GC_L; in MatchChunkAt()
4780 if (sets[URX_GC_L]->contains(c)) goto GC_L; in MatchChunkAt()