Searched refs:fCloseSet (Results 1 - 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
H A DRBBITestMonkey.java1419 UnicodeSet fCloseSet; field in class:RBBITestMonkey.RBBISentenceMonkey
1443 fCloseSet = new UnicodeSet("[\\p{Sentence_Break = Close}]");
1459 fOtherSet.removeAll(fCloseSet);
1473 fSets.add(fCloseSet);
1600 while (p8>0 && fCloseSet.contains(cAt(p8))) {
1626 while (setContains(fCloseSet, cAt(p8))) {
1638 while (p9>0 && fCloseSet.contains(cAt(p9))) {
1643 if (fCloseSet.contains(c2) || fSpSet.contains(c2) || fSepSet.contains(c2)) {
1653 while (p10>0 && fCloseSet.contains(cAt(p10))) {
1670 while (p11>0 && fCloseSet
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
H A DRBBITestMonkey.java1418 UnicodeSet fCloseSet; field in class:RBBITestMonkey.RBBISentenceMonkey
1442 fCloseSet = new UnicodeSet("[\\p{Sentence_Break = Close}]");
1458 fOtherSet.removeAll(fCloseSet);
1472 fSets.add(fCloseSet);
1599 while (p8>0 && fCloseSet.contains(cAt(p8))) {
1625 while (setContains(fCloseSet, cAt(p8))) {
1637 while (p9>0 && fCloseSet.contains(cAt(p9))) {
1642 if (fCloseSet.contains(c2) || fSpSet.contains(c2) || fSepSet.contains(c2)) {
1652 while (p10>0 && fCloseSet.contains(cAt(p10))) {
1669 while (p11>0 && fCloseSet
[all...]
/external/icu/icu4c/source/test/intltest/
H A Drbbitst.cpp2660 UnicodeSet *fCloseSet; member in class:RBBISentMonkey
2687 fCloseSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Sentence_Break = Close}]"), status);
2707 fOtherSet->removeAll(*fCloseSet);
2720 fSets->addElement(fCloseSet, status);
2854 while (fCloseSet->contains(cAt(p8))) {
2879 while (fCloseSet->contains(cAt(p8))) {
2890 while (fCloseSet->contains(cAt(p9))) {
2895 if (fCloseSet->contains(c2) || fSpSet->contains(c2) || fSepSet->contains(c2)) {
2905 while (fCloseSet->contains(cAt(p10))) {
2922 while (fCloseSet
[all...]

Completed in 151 milliseconds