Searched refs:URX_GC_NORMAL (Results 1 – 3 of 3) sorted by relevance
191 fPropSets[URX_GC_NORMAL] = new UnicodeSet(0, UnicodeSet::MAX_VALUE); in RegexStaticSets()193 if (fPropSets[URX_GC_NORMAL] == NULL) { in RegexStaticSets()196 fPropSets[URX_GC_NORMAL]->remove(0xac00, 0xd7a4); in RegexStaticSets()197 fPropSets[URX_GC_NORMAL]->removeAll(*fPropSets[URX_GC_CONTROL]); in RegexStaticSets()198 fPropSets[URX_GC_NORMAL]->removeAll(*fPropSets[URX_GC_L]); in RegexStaticSets()199 fPropSets[URX_GC_NORMAL]->removeAll(*fPropSets[URX_GC_V]); in RegexStaticSets()200 fPropSets[URX_GC_NORMAL]->removeAll(*fPropSets[URX_GC_T]); in RegexStaticSets()
266 URX_GC_NORMAL, // Sets for finding grapheme cluster boundaries. enumerator
3209 if (sets[URX_GC_NORMAL]->contains(c)) goto GC_Extend; in MatchAt()4778 if (sets[URX_GC_NORMAL]->contains(c)) goto GC_Extend; in MatchChunkAt()