Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBITestMonkey.java1412 UnicodeSet fLowerSet; field in RBBITestMonkey.RBBISentenceMonkey
1436 fLowerSet = new UnicodeSet("[\\p{Sentence_Break = Lower}]"); in RBBISentenceMonkey()
1452 fOtherSet.removeAll(fLowerSet); in RBBISentenceMonkey()
1466 fSets.add(fLowerSet); in RBBISentenceMonkey()
1588 if ((fUpperSet.contains(c0) || fLowerSet.contains(c0)) && in next()
1608 fLowerSet.contains(c) || fSepSet.contains(c) || in next()
1615 if (p8<fText.length() && fLowerSet.contains(cAt(p8))) { in next()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBITestMonkey.java1411 UnicodeSet fLowerSet; field in RBBITestMonkey.RBBISentenceMonkey
1435 fLowerSet = new UnicodeSet("[\\p{Sentence_Break = Lower}]"); in RBBISentenceMonkey()
1451 fOtherSet.removeAll(fLowerSet); in RBBISentenceMonkey()
1465 fSets.add(fLowerSet); in RBBISentenceMonkey()
1587 if ((fUpperSet.contains(c0) || fLowerSet.contains(c0)) && in next()
1607 fLowerSet.contains(c) || fSepSet.contains(c) || in next()
1614 if (p8<fText.length() && fLowerSet.contains(cAt(p8))) { in next()
/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp2653 UnicodeSet *fLowerSet; member in RBBISentMonkey
2680fLowerSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Sentence_Break = Lower}]"), stat… in RBBISentMonkey()
2700 fOtherSet->removeAll(*fLowerSet); in RBBISentMonkey()
2713 fSets->addElement(fLowerSet, status); in RBBISentMonkey()
2842 if ((fUpperSet->contains(c0) || fLowerSet->contains(c0)) && in next()
2862 fLowerSet->contains(c) || fSepSet->contains(c) || in next()
2868 if (fLowerSet->contains(cAt(p8))) { in next()
2941 delete fLowerSet; in ~RBBISentMonkey()