Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBITestMonkey.java107 UnicodeSet fPrependSet; field in RBBITestMonkey.RBBICharMonkey
135 fPrependSet = new UnicodeSet("[\\p{Grapheme_Cluster_Break = Prepend}]"); in RBBICharMonkey()
162 if (!fPrependSet.isEmpty()) { in RBBICharMonkey()
163 fSets.add(fPrependSet); in RBBICharMonkey()
285 if (fPrependSet.contains(c1)) { in next()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBITestMonkey.java106 UnicodeSet fPrependSet; field in RBBITestMonkey.RBBICharMonkey
134 fPrependSet = new UnicodeSet("[\\p{Grapheme_Cluster_Break = Prepend}]"); in RBBICharMonkey()
161 if (!fPrependSet.isEmpty()) { in RBBICharMonkey()
162 fSets.add(fPrependSet); in RBBICharMonkey()
284 if (fPrependSet.contains(c1)) { in next()
/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp2000 UnicodeSet *fPrependSet; member in RBBICharMonkey
2030fPrependSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Grapheme_Cluster_Break = Prepend}]"), sta… in RBBICharMonkey()
2057 if (!fPrependSet->isEmpty()) { in RBBICharMonkey()
2058 fSets->addElement(fPrependSet, status); in RBBICharMonkey()
2184 if (fPrependSet->contains(c1)) { in next()
2237 delete fPrependSet; in ~RBBICharMonkey()