Lines Matching refs:fExtendSet
2022 UnicodeSet *fExtendSet; member in RBBICharMonkey
2045 …fExtendSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Grapheme_Cluster_Break = Extend}]"), stat… in RBBICharMonkey()
2065 fSets->addElement(fExtendSet, status); in RBBICharMonkey()
2179 if (fExtendSet->contains(c2)) { in next()
2212 delete fExtendSet; in ~RBBICharMonkey()
2258 UnicodeSet *fExtendSet; member in RBBIWordMonkey
2301 …fExtendSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Word_Break = Extend}]"), stat… in RBBIWordMonkey()
2323 fOtherSet->removeAll(*fExtendSet); in RBBIWordMonkey()
2343 fSets->addElement(fExtendSet, status); in RBBIWordMonkey()
2395 while (fFormatSet->contains(c3) || fExtendSet->contains(c3)); in next()
2546 delete fExtendSet; in ~RBBIWordMonkey()
2588 UnicodeSet *fExtendSet; member in RBBISentMonkey
2614 …fExtendSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Sentence_Break = Extend}]"), stat… in RBBISentMonkey()
2634 fOtherSet->removeAll(*fExtendSet); in RBBISentMonkey()
2648 fSets->addElement(fExtendSet, status); in RBBISentMonkey()
2679 while (j>0 &&(fFormatSet->contains(c) || fExtendSet->contains(c))); in moveBack()
2695 while (fFormatSet->contains(c) || fExtendSet->contains(c)); in moveForward()
2876 delete fExtendSet; in ~RBBISentMonkey()