Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dregexst.cpp160 … fPropSets[URX_GC_EXTEND] = new UnicodeSet(UnicodeString(TRUE, gGC_ExtendPattern, -1), *status); in RegexStaticSets()
169 …X_ISWORD_SET] == NULL || fPropSets[URX_ISSPACE_SET] == NULL || fPropSets[URX_GC_EXTEND] == NULL || in RegexStaticSets()
Dregeximp.h267 URX_GC_EXTEND, enumerator
Drematch.cpp3258 if (sets[URX_GC_EXTEND]->contains(c) == FALSE) { in MatchAt()
4821 if (sets[URX_GC_EXTEND]->contains(c) == FALSE) { in MatchChunkAt()