Searched refs:fSpSet (Results 1 – 3 of 3) sorted by relevance
1393 UnicodeSet fSpSet; field in RBBITestMonkey.RBBISentenceMonkey1417 fSpSet = new UnicodeSet("[\\p{Sentence_Break = Sp}]"); in RBBISentenceMonkey()1433 fOtherSet.removeAll(fSpSet); in RBBISentenceMonkey()1447 fSets.add(fSpSet); in RBBISentenceMonkey()1579 while (p8>0 && fSpSet.contains(cAt(p8))) { in next()1605 while (setContains(fSpSet, cAt(p8))) { in next()1625 if (fCloseSet.contains(c2) || fSpSet.contains(c2) || fSepSet.contains(c2)) { in next()1632 while (p10>0 && fSpSet.contains(cAt(p10))) { in next()1639 if (fSpSet.contains(c2) || fSepSet.contains(c2)) { in next()1649 while (p11>0 && fSpSet.contains(cAt(p11))) { in next()
1396 UnicodeSet fSpSet; field in RBBITestMonkey.RBBISentenceMonkey1420 fSpSet = new UnicodeSet("[\\p{Sentence_Break = Sp}]"); in RBBISentenceMonkey()1436 fOtherSet.removeAll(fSpSet); in RBBISentenceMonkey()1450 fSets.add(fSpSet); in RBBISentenceMonkey()1582 while (p8>0 && fSpSet.contains(cAt(p8))) { in next()1608 while (setContains(fSpSet, cAt(p8))) { in next()1628 if (fCloseSet.contains(c2) || fSpSet.contains(c2) || fSepSet.contains(c2)) { in next()1635 while (p10>0 && fSpSet.contains(cAt(p10))) { in next()1642 if (fSpSet.contains(c2) || fSepSet.contains(c2)) { in next()1652 while (p11>0 && fSpSet.contains(cAt(p11))) { in next()
2197 UnicodeSet *fSpSet; member in RBBISentMonkey2224 …fSpSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Sentence_Break = Sp}]"), stat… in RBBISentMonkey()2244 fOtherSet->removeAll(*fSpSet); in RBBISentMonkey()2257 fSets->addElement(fSpSet, status); in RBBISentMonkey()2396 while (fSpSet->contains(cAt(p8))) { in next()2421 while (fSpSet->contains(cAt(p8))) { in next()2440 if (fCloseSet->contains(c2) || fSpSet->contains(c2) || fSepSet->contains(c2)) { in next()2447 while (fSpSet->contains(cAt(p10))) { in next()2454 if (fSpSet->contains(c2) || fSepSet->contains(c2)) { in next()2464 while (fSpSet->contains(cAt(p11))) { in next()[all …]