Searched refs:fSpSet (Results 1 – 3 of 3) sorted by relevance
1238 UnicodeSet fSpSet; field in RBBITestMonkey.RBBISentenceMonkey1262 fSpSet = new UnicodeSet("[\\p{Sentence_Break = Sp}]"); in RBBISentenceMonkey()1278 fOtherSet.removeAll(fSpSet); in RBBISentenceMonkey()1292 fSets.add(fSpSet); in RBBISentenceMonkey()1421 while (p8>0 && fSpSet.contains(cAt(p8))) { in next()1447 while (setContains(fSpSet, cAt(p8))) { in next()1467 if (fCloseSet.contains(c2) || fSpSet.contains(c2) || fSepSet.contains(c2)) { in next()1474 while (p10>0 && fSpSet.contains(cAt(p10))) { in next()1481 if (fSpSet.contains(c2) || fSepSet.contains(c2)) { in next()1491 while (p11>0 && fSpSet.contains(cAt(p11))) { in next()
1242 UnicodeSet fSpSet; field in RBBITestMonkey.RBBISentenceMonkey1266 fSpSet = new UnicodeSet("[\\p{Sentence_Break = Sp}]"); in RBBISentenceMonkey()1282 fOtherSet.removeAll(fSpSet); in RBBISentenceMonkey()1296 fSets.add(fSpSet); in RBBISentenceMonkey()1425 while (p8>0 && fSpSet.contains(cAt(p8))) { in next()1451 while (setContains(fSpSet, cAt(p8))) { in next()1471 if (fCloseSet.contains(c2) || fSpSet.contains(c2) || fSepSet.contains(c2)) { in next()1478 while (p10>0 && fSpSet.contains(cAt(p10))) { in next()1485 if (fSpSet.contains(c2) || fSepSet.contains(c2)) { in next()1495 while (p11>0 && fSpSet.contains(cAt(p11))) { in next()
2578 UnicodeSet *fSpSet; member in RBBISentMonkey2605 …fSpSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Sentence_Break = Sp}]"), stat… in RBBISentMonkey()2625 fOtherSet->removeAll(*fSpSet); in RBBISentMonkey()2638 fSets->addElement(fSpSet, status); in RBBISentMonkey()2777 while (fSpSet->contains(cAt(p8))) { in next()2802 while (fSpSet->contains(cAt(p8))) { in next()2821 if (fCloseSet->contains(c2) || fSpSet->contains(c2) || fSepSet->contains(c2)) { in next()2828 while (fSpSet->contains(cAt(p10))) { in next()2835 if (fSpSet->contains(c2) || fSepSet->contains(c2)) { in next()2845 while (fSpSet->contains(cAt(p11))) { in next()[all …]