Searched defs:fFormatSet (Results 1 - 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
H A DRBBITestMonkey.java350 UnicodeSet fFormatSet; field in class:RBBITestMonkey.RBBIWordMonkey
379 fFormatSet = new UnicodeSet("[\\p{Word_Break = Format}]");
408 fOtherSet.removeAll(fFormatSet);
440 fSets.add(fFormatSet);
503 while (setContains(fFormatSet, c3) || setContains(fExtendSet, c3) || setContains(fZWJSet, c3));
1410 UnicodeSet fFormatSet; field in class:RBBITestMonkey.RBBISentenceMonkey
1434 fFormatSet = new UnicodeSet("[\\p{Sentence_Break = Format}]");
1450 fOtherSet.removeAll(fFormatSet);
1463 fSets.add(fFormatSet);
1505 while (j>0 &&(fFormatSet
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
H A DRBBITestMonkey.java349 UnicodeSet fFormatSet; field in class:RBBITestMonkey.RBBIWordMonkey
378 fFormatSet = new UnicodeSet("[\\p{Word_Break = Format}]");
407 fOtherSet.removeAll(fFormatSet);
439 fSets.add(fFormatSet);
502 while (setContains(fFormatSet, c3) || setContains(fExtendSet, c3) || setContains(fZWJSet, c3));
1409 UnicodeSet fFormatSet; field in class:RBBITestMonkey.RBBISentenceMonkey
1433 fFormatSet = new UnicodeSet("[\\p{Sentence_Break = Format}]");
1449 fOtherSet.removeAll(fFormatSet);
1462 fSets.add(fFormatSet);
1504 while (j>0 &&(fFormatSet
[all...]
/external/icu/icu4c/source/test/intltest/
H A Drbbitst.cpp2283 UnicodeSet *fFormatSet; member in class:RBBIWordMonkey
2318 fFormatSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Word_Break = Format}]"), status);
2356 fOtherSet->removeAll(*fFormatSet);
2384 fSets->addElement(fFormatSet, status);
2444 while (fFormatSet->contains(c3) || fExtendSet->contains(c3) || fZWJSet->contains(c3));
2613 delete fFormatSet;
2651 UnicodeSet *fFormatSet; member in class:RBBISentMonkey
2678 fFormatSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Sentence_Break = Format}]"), status);
2698 fOtherSet->removeAll(*fFormatSet);
2711 fSets->addElement(fFormatSet, statu
[all...]

Completed in 73 milliseconds