Lines Matching refs:fFormatSet
2256 UnicodeSet *fFormatSet; member in RBBIWordMonkey
2299 …fFormatSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Word_Break = Format}]"), stat… in RBBIWordMonkey()
2322 fOtherSet->removeAll(*fFormatSet); in RBBIWordMonkey()
2342 fSets->addElement(fFormatSet, status); in RBBIWordMonkey()
2395 while (fFormatSet->contains(c3) || fExtendSet->contains(c3)); in next()
2545 delete fFormatSet; in ~RBBIWordMonkey()
2577 UnicodeSet *fFormatSet; member in RBBISentMonkey
2604 …fFormatSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Sentence_Break = Format}]"), stat… in RBBISentMonkey()
2624 fOtherSet->removeAll(*fFormatSet); in RBBISentMonkey()
2637 fSets->addElement(fFormatSet, 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()
2865 delete fFormatSet; in ~RBBISentMonkey()