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

/external/icu4c/i18n/
H A Dregexst.cpp162 fPropSets[URX_GC_L] = new UnicodeSet(UnicodeString(TRUE, gGC_LPattern, -1), *status);
170 fPropSets[URX_GC_CONTROL] == NULL || fPropSets[URX_GC_L] == NULL || fPropSets[URX_GC_V] == NULL ||
198 fPropSets[URX_GC_NORMAL]->removeAll(*fPropSets[URX_GC_L]);
H A Dregeximp.h265 URX_GC_L, enumerator in enum:__anon4785
H A Drematch.cpp3232 if (sets[URX_GC_L]->contains(c)) goto GC_L;
3245 if (sets[URX_GC_L]->contains(c)) goto GC_L;
4930 if (sets[URX_GC_L]->contains(c)) goto GC_L;
4942 if (sets[URX_GC_L]->contains(c)) goto GC_L;

Completed in 25 milliseconds