Searched refs:fLowerSet (Results 1 – 3 of 3) sorted by relevance
1394 UnicodeSet fLowerSet; field in RBBITestMonkey.RBBISentenceMonkey1418 fLowerSet = new UnicodeSet("[\\p{Sentence_Break = Lower}]"); in RBBISentenceMonkey()1434 fOtherSet.removeAll(fLowerSet); in RBBISentenceMonkey()1448 fSets.add(fLowerSet); in RBBISentenceMonkey()1570 if ((fUpperSet.contains(c0) || fLowerSet.contains(c0)) && in next()1590 fLowerSet.contains(c) || fSepSet.contains(c) || in next()1597 if (p8<fText.length() && fLowerSet.contains(cAt(p8))) { in next()
1397 UnicodeSet fLowerSet; field in RBBITestMonkey.RBBISentenceMonkey1421 fLowerSet = new UnicodeSet("[\\p{Sentence_Break = Lower}]"); in RBBISentenceMonkey()1437 fOtherSet.removeAll(fLowerSet); in RBBISentenceMonkey()1451 fSets.add(fLowerSet); in RBBISentenceMonkey()1573 if ((fUpperSet.contains(c0) || fLowerSet.contains(c0)) && in next()1593 fLowerSet.contains(c) || fSepSet.contains(c) || in next()1600 if (p8<fText.length() && fLowerSet.contains(cAt(p8))) { in next()
2198 UnicodeSet *fLowerSet; member in RBBISentMonkey2225 …fLowerSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Sentence_Break = Lower}]"), stat… in RBBISentMonkey()2245 fOtherSet->removeAll(*fLowerSet); in RBBISentMonkey()2258 fSets->addElement(fLowerSet, status); in RBBISentMonkey()2387 if ((fUpperSet->contains(c0) || fLowerSet->contains(c0)) && in next()2407 fLowerSet->contains(c) || fSepSet->contains(c) || in next()2413 if (fLowerSet->contains(cAt(p8))) { in next()2486 delete fLowerSet; in ~RBBISentMonkey()