Searched refs:fUpperSet (Results 1 – 3 of 3) sorted by relevance
1412 UnicodeSet fUpperSet; field in RBBITestMonkey.RBBISentenceMonkey1436 fUpperSet = new UnicodeSet("[\\p{Sentence_Break = Upper}]"); in RBBISentenceMonkey()1452 fOtherSet.removeAll(fUpperSet); in RBBISentenceMonkey()1466 fSets.add(fUpperSet); in RBBISentenceMonkey()1587 if ((fUpperSet.contains(c0) || fLowerSet.contains(c0)) && in next()1588 fATermSet.contains(c1) && fUpperSet.contains(c2)) { in next()1606 if (c==-1 || fOLetterSet.contains(c) || fUpperSet.contains(c) || in next()
1413 UnicodeSet fUpperSet; field in RBBITestMonkey.RBBISentenceMonkey1437 fUpperSet = new UnicodeSet("[\\p{Sentence_Break = Upper}]"); in RBBISentenceMonkey()1453 fOtherSet.removeAll(fUpperSet); in RBBISentenceMonkey()1467 fSets.add(fUpperSet); in RBBISentenceMonkey()1588 if ((fUpperSet.contains(c0) || fLowerSet.contains(c0)) && in next()1589 fATermSet.contains(c1) && fUpperSet.contains(c2)) { in next()1607 if (c==-1 || fOLetterSet.contains(c) || fUpperSet.contains(c) || in next()
2654 UnicodeSet *fUpperSet; member in RBBISentMonkey2681 …fUpperSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Sentence_Break = Upper}]"), stat… in RBBISentMonkey()2701 fOtherSet->removeAll(*fUpperSet); in RBBISentMonkey()2714 fSets->addElement(fUpperSet, status); in RBBISentMonkey()2842 if ((fUpperSet->contains(c0) || fLowerSet->contains(c0)) && in next()2843 fATermSet->contains(c1) && fUpperSet->contains(c2)) { in next()2861 if (c==-1 || fOLetterSet->contains(c) || fUpperSet->contains(c) || in next()2942 delete fUpperSet; in ~RBBISentMonkey()