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.java1239 UnicodeSet fLowerSet; field in RBBITestMonkey.RBBISentenceMonkey
1263 fLowerSet = new UnicodeSet("[\\p{Sentence_Break = Lower}]"); in RBBISentenceMonkey()
1279 fOtherSet.removeAll(fLowerSet); in RBBISentenceMonkey()
1293 fSets.add(fLowerSet); in RBBISentenceMonkey()
1412 if ((fUpperSet.contains(c0) || fLowerSet.contains(c0)) && in next()
1432 fLowerSet.contains(c) || fSepSet.contains(c) || in next()
1439 if (p8<fText.length() && fLowerSet.contains(cAt(p8))) { in next()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBITestMonkey.java1243 UnicodeSet fLowerSet; field in RBBITestMonkey.RBBISentenceMonkey
1267 fLowerSet = new UnicodeSet("[\\p{Sentence_Break = Lower}]"); in RBBISentenceMonkey()
1283 fOtherSet.removeAll(fLowerSet); in RBBISentenceMonkey()
1297 fSets.add(fLowerSet); in RBBISentenceMonkey()
1416 if ((fUpperSet.contains(c0) || fLowerSet.contains(c0)) && in next()
1436 fLowerSet.contains(c) || fSepSet.contains(c) || in next()
1443 if (p8<fText.length() && fLowerSet.contains(cAt(p8))) { in next()
/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp2579 UnicodeSet *fLowerSet; member in RBBISentMonkey
2606fLowerSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Sentence_Break = Lower}]"), stat… in RBBISentMonkey()
2626 fOtherSet->removeAll(*fLowerSet); in RBBISentMonkey()
2639 fSets->addElement(fLowerSet, status); in RBBISentMonkey()
2768 if ((fUpperSet->contains(c0) || fLowerSet->contains(c0)) && in next()
2788 fLowerSet->contains(c) || fSepSet->contains(c) || in next()
2794 if (fLowerSet->contains(cAt(p8))) { in next()
2867 delete fLowerSet; in ~RBBISentMonkey()