Searched refs:fSpSet (Results 1 – 3 of 3) sorted by relevance
1410 UnicodeSet fSpSet; field in RBBITestMonkey.RBBISentenceMonkey1434 fSpSet = new UnicodeSet("[\\p{Sentence_Break = Sp}]"); in RBBISentenceMonkey()1450 fOtherSet.removeAll(fSpSet); in RBBISentenceMonkey()1464 fSets.add(fSpSet); in RBBISentenceMonkey()1596 while (p8>0 && fSpSet.contains(cAt(p8))) { in next()1622 while (setContains(fSpSet, cAt(p8))) { in next()1642 if (fCloseSet.contains(c2) || fSpSet.contains(c2) || fSepSet.contains(c2)) { in next()1649 while (p10>0 && fSpSet.contains(cAt(p10))) { in next()1656 if (fSpSet.contains(c2) || fSepSet.contains(c2)) { in next()1666 while (p11>0 && fSpSet.contains(cAt(p11))) { in next()
1411 UnicodeSet fSpSet; field in RBBITestMonkey.RBBISentenceMonkey1435 fSpSet = new UnicodeSet("[\\p{Sentence_Break = Sp}]"); in RBBISentenceMonkey()1451 fOtherSet.removeAll(fSpSet); in RBBISentenceMonkey()1465 fSets.add(fSpSet); in RBBISentenceMonkey()1597 while (p8>0 && fSpSet.contains(cAt(p8))) { in next()1623 while (setContains(fSpSet, cAt(p8))) { in next()1643 if (fCloseSet.contains(c2) || fSpSet.contains(c2) || fSepSet.contains(c2)) { in next()1650 while (p10>0 && fSpSet.contains(cAt(p10))) { in next()1657 if (fSpSet.contains(c2) || fSepSet.contains(c2)) { in next()1667 while (p11>0 && fSpSet.contains(cAt(p11))) { in next()
2652 UnicodeSet *fSpSet; member in RBBISentMonkey2679 …fSpSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Sentence_Break = Sp}]"), stat… in RBBISentMonkey()2699 fOtherSet->removeAll(*fSpSet); in RBBISentMonkey()2712 fSets->addElement(fSpSet, status); in RBBISentMonkey()2851 while (fSpSet->contains(cAt(p8))) { in next()2876 while (fSpSet->contains(cAt(p8))) { in next()2895 if (fCloseSet->contains(c2) || fSpSet->contains(c2) || fSepSet->contains(c2)) { in next()2902 while (fSpSet->contains(cAt(p10))) { in next()2909 if (fSpSet->contains(c2) || fSepSet->contains(c2)) { in next()2919 while (fSpSet->contains(cAt(p11))) { in next()[all …]