Searched refs:fUpperSet (Results 1 – 3 of 3) sorted by relevance
1240 UnicodeSet fUpperSet; field in RBBITestMonkey.RBBISentenceMonkey1264 fUpperSet = new UnicodeSet("[\\p{Sentence_Break = Upper}]"); in RBBISentenceMonkey()1280 fOtherSet.removeAll(fUpperSet); in RBBISentenceMonkey()1294 fSets.add(fUpperSet); in RBBISentenceMonkey()1412 if ((fUpperSet.contains(c0) || fLowerSet.contains(c0)) && in next()1413 fATermSet.contains(c1) && fUpperSet.contains(c2)) { in next()1431 if (c==-1 || fOLetterSet.contains(c) || fUpperSet.contains(c) || in next()
1244 UnicodeSet fUpperSet; field in RBBITestMonkey.RBBISentenceMonkey1268 fUpperSet = new UnicodeSet("[\\p{Sentence_Break = Upper}]"); in RBBISentenceMonkey()1284 fOtherSet.removeAll(fUpperSet); in RBBISentenceMonkey()1298 fSets.add(fUpperSet); in RBBISentenceMonkey()1416 if ((fUpperSet.contains(c0) || fLowerSet.contains(c0)) && in next()1417 fATermSet.contains(c1) && fUpperSet.contains(c2)) { in next()1435 if (c==-1 || fOLetterSet.contains(c) || fUpperSet.contains(c) || in next()
2580 UnicodeSet *fUpperSet; member in RBBISentMonkey2607 …fUpperSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Sentence_Break = Upper}]"), stat… in RBBISentMonkey()2627 fOtherSet->removeAll(*fUpperSet); in RBBISentMonkey()2640 fSets->addElement(fUpperSet, status); in RBBISentMonkey()2768 if ((fUpperSet->contains(c0) || fLowerSet->contains(c0)) && in next()2769 fATermSet->contains(c1) && fUpperSet->contains(c2)) { in next()2787 if (c==-1 || fOLetterSet->contains(c) || fUpperSet->contains(c) || in next()2868 delete fUpperSet; in ~RBBISentMonkey()