Lines Matching refs:fExtendSet
1997 UnicodeSet *fExtendSet; member in RBBICharMonkey
2026 …fExtendSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[[\\p{Grapheme_Cluster_Break = Extend}]]"), st… in RBBICharMonkey()
2055 fSets->addElement(fExtendSet, status); in RBBICharMonkey()
2171 if (fExtendSet->contains(c2) || fZWJSet->contains(c2)) { in next()
2172 if (!fExtendSet->contains(c1)) { in next()
2193 fExtendSet->contains(c1) && fEmojiModifierSet->contains(c2)) { in next()
2235 delete fExtendSet; in ~RBBICharMonkey()
2285 UnicodeSet *fExtendSet; member in RBBIWordMonkey
2320 …fExtendSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Word_Break = Extend}]"), stat… in RBBIWordMonkey()
2357 fOtherSet->removeAll(*fExtendSet); in RBBIWordMonkey()
2385 fSets->addElement(fExtendSet, status); in RBBIWordMonkey()
2444 while (fFormatSet->contains(c3) || fExtendSet->contains(c3) || fZWJSet->contains(c3)); in next()
2614 delete fExtendSet; in ~RBBIWordMonkey()
2662 UnicodeSet *fExtendSet; member in RBBISentMonkey
2688 …fExtendSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Sentence_Break = Extend}]"), stat… in RBBISentMonkey()
2708 fOtherSet->removeAll(*fExtendSet); in RBBISentMonkey()
2722 fSets->addElement(fExtendSet, status); in RBBISentMonkey()
2753 while (j>0 &&(fFormatSet->contains(c) || fExtendSet->contains(c))); in moveBack()
2769 while (fFormatSet->contains(c) || fExtendSet->contains(c)); in moveForward()
2950 delete fExtendSet; in ~RBBISentMonkey()