Searched refs:fLowerSet (Results 1 – 3 of 3) sorted by relevance
1239 UnicodeSet fLowerSet; field in RBBITestMonkey.RBBISentenceMonkey1263 fLowerSet = new UnicodeSet("[\\p{Sentence_Break = Lower}]"); in RBBISentenceMonkey()1279 fOtherSet.removeAll(fLowerSet); in RBBISentenceMonkey()1293 fSets.add(fLowerSet); in RBBISentenceMonkey()1412 if ((fUpperSet.contains(c0) || fLowerSet.contains(c0)) && in next()1432 fLowerSet.contains(c) || fSepSet.contains(c) || in next()1439 if (p8<fText.length() && fLowerSet.contains(cAt(p8))) { in next()
1243 UnicodeSet fLowerSet; field in RBBITestMonkey.RBBISentenceMonkey1267 fLowerSet = new UnicodeSet("[\\p{Sentence_Break = Lower}]"); in RBBISentenceMonkey()1283 fOtherSet.removeAll(fLowerSet); in RBBISentenceMonkey()1297 fSets.add(fLowerSet); in RBBISentenceMonkey()1416 if ((fUpperSet.contains(c0) || fLowerSet.contains(c0)) && in next()1436 fLowerSet.contains(c) || fSepSet.contains(c) || in next()1443 if (p8<fText.length() && fLowerSet.contains(cAt(p8))) { in next()
2579 UnicodeSet *fLowerSet; member in RBBISentMonkey2606 …fLowerSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Sentence_Break = Lower}]"), stat… in RBBISentMonkey()2626 fOtherSet->removeAll(*fLowerSet); in RBBISentMonkey()2639 fSets->addElement(fLowerSet, status); in RBBISentMonkey()2768 if ((fUpperSet->contains(c0) || fLowerSet->contains(c0)) && in next()2788 fLowerSet->contains(c) || fSepSet->contains(c) || in next()2794 if (fLowerSet->contains(cAt(p8))) { in next()2867 delete fLowerSet; in ~RBBISentMonkey()