Searched refs:fUpperSet (Results 1 – 3 of 3) sorted by relevance
1395 UnicodeSet fUpperSet; field in RBBITestMonkey.RBBISentenceMonkey1419 fUpperSet = new UnicodeSet("[\\p{Sentence_Break = Upper}]"); in RBBISentenceMonkey()1435 fOtherSet.removeAll(fUpperSet); in RBBISentenceMonkey()1449 fSets.add(fUpperSet); in RBBISentenceMonkey()1570 if ((fUpperSet.contains(c0) || fLowerSet.contains(c0)) && in next()1571 fATermSet.contains(c1) && fUpperSet.contains(c2)) { in next()1589 if (c==-1 || fOLetterSet.contains(c) || fUpperSet.contains(c) || in next()
1398 UnicodeSet fUpperSet; field in RBBITestMonkey.RBBISentenceMonkey1422 fUpperSet = new UnicodeSet("[\\p{Sentence_Break = Upper}]"); in RBBISentenceMonkey()1438 fOtherSet.removeAll(fUpperSet); in RBBISentenceMonkey()1452 fSets.add(fUpperSet); in RBBISentenceMonkey()1573 if ((fUpperSet.contains(c0) || fLowerSet.contains(c0)) && in next()1574 fATermSet.contains(c1) && fUpperSet.contains(c2)) { in next()1592 if (c==-1 || fOLetterSet.contains(c) || fUpperSet.contains(c) || in next()
2199 UnicodeSet *fUpperSet; member in RBBISentMonkey2226 …fUpperSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Sentence_Break = Upper}]"), stat… in RBBISentMonkey()2246 fOtherSet->removeAll(*fUpperSet); in RBBISentMonkey()2259 fSets->addElement(fUpperSet, status); in RBBISentMonkey()2387 if ((fUpperSet->contains(c0) || fLowerSet->contains(c0)) && in next()2388 fATermSet->contains(c1) && fUpperSet->contains(c2)) { in next()2406 if (c==-1 || fOLetterSet->contains(c) || fUpperSet->contains(c) || in next()2487 delete fUpperSet; in ~RBBISentMonkey()