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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
H A DRBBITestMonkey.java1245 UnicodeSet fCloseSet; field in class:RBBITestMonkey.RBBISentenceMonkey
1269 fCloseSet = new UnicodeSet("[\\p{Sentence_Break = Close}]");
1285 fOtherSet.removeAll(fCloseSet);
1299 fSets.add(fCloseSet);
1422 while (p8>0 && fCloseSet.contains(cAt(p8))) {
1448 while (setContains(fCloseSet, cAt(p8))) {
1460 while (p9>0 && fCloseSet.contains(cAt(p9))) {
1465 if (fCloseSet.contains(c2) || fSpSet.contains(c2) || fSepSet.contains(c2)) {
1475 while (p10>0 && fCloseSet.contains(cAt(p10))) {
1492 while (p11>0 && fCloseSet
[all...]
/external/icu/icu4c/source/test/intltest/
H A Drbbitst.cpp2577 UnicodeSet *fCloseSet; member in class:RBBISentMonkey
2604 fCloseSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Sentence_Break = Close}]"), status);
2624 fOtherSet->removeAll(*fCloseSet);
2637 fSets->addElement(fCloseSet, status);
2770 while (fCloseSet->contains(cAt(p8))) {
2795 while (fCloseSet->contains(cAt(p8))) {
2806 while (fCloseSet->contains(cAt(p9))) {
2811 if (fCloseSet->contains(c2) || fSpSet->contains(c2) || fSepSet->contains(c2)) {
2821 while (fCloseSet->contains(cAt(p10))) {
2838 while (fCloseSet
[all...]

Completed in 94 milliseconds