Home
last modified time | relevance | path

Searched refs:fLowerSet (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBITestMonkey.java1394 UnicodeSet fLowerSet; field in RBBITestMonkey.RBBISentenceMonkey
1418 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()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBITestMonkey.java1397 UnicodeSet fLowerSet; field in RBBITestMonkey.RBBISentenceMonkey
1421 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()
/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp2198 UnicodeSet *fLowerSet; member in RBBISentMonkey
2225fLowerSet = 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()