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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
H A DRBBITestMonkey.java98 * Note: As of Unicode 6.1, fPrependSet is empty, so don't add it to fSets
107 UnicodeSet fPrependSet; field in class:RBBITestMonkey.RBBICharMonkey
135 fPrependSet = new UnicodeSet("[\\p{Grapheme_Cluster_Break = Prepend}]");
162 if (!fPrependSet.isEmpty()) {
163 fSets.add(fPrependSet);
285 if (fPrependSet.contains(c1)) {
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
H A DRBBITestMonkey.java97 * Note: As of Unicode 6.1, fPrependSet is empty, so don't add it to fSets
106 UnicodeSet fPrependSet; field in class:RBBITestMonkey.RBBICharMonkey
134 fPrependSet = new UnicodeSet("[\\p{Grapheme_Cluster_Break = Prepend}]");
161 if (!fPrependSet.isEmpty()) {
162 fSets.add(fPrependSet);
284 if (fPrependSet.contains(c1)) {
/external/icu/icu4c/source/test/intltest/
H A Drbbitst.cpp2000 UnicodeSet *fPrependSet; member in class:RBBICharMonkey
2030 fPrependSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Grapheme_Cluster_Break = Prepend}]"), status);
2057 if (!fPrependSet->isEmpty()) {
2058 fSets->addElement(fPrependSet, status);
2184 if (fPrependSet->contains(c1)) {
2237 delete fPrependSet;

Completed in 63 milliseconds