Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBITestMonkey.java86 UnicodeSet fPrependSet; field in RBBITestMonkey.RBBICharMonkey
110 fPrependSet = new UnicodeSet("[\\p{Grapheme_Cluster_Break = Prepend}]"); in RBBICharMonkey()
133 if (!fPrependSet.isEmpty()) { in RBBICharMonkey()
134 fSets.add(fPrependSet); in RBBICharMonkey()
252 if (fPrependSet.contains(c1)) { in next()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBITestMonkey.java89 UnicodeSet fPrependSet; field in RBBITestMonkey.RBBICharMonkey
113 fPrependSet = new UnicodeSet("[\\p{Grapheme_Cluster_Break = Prepend}]"); in RBBICharMonkey()
136 if (!fPrependSet.isEmpty()) { in RBBICharMonkey()
137 fSets.add(fPrependSet); in RBBICharMonkey()
255 if (fPrependSet.contains(c1)) { in next()
/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp1588 UnicodeSet *fPrependSet; member in RBBICharMonkey
1614fPrependSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Grapheme_Cluster_Break = Prepend}]"), sta… in RBBICharMonkey()
1636 if (!fPrependSet->isEmpty()) { in RBBICharMonkey()
1637 fSets->addElement(fPrependSet, status); in RBBICharMonkey()
1759 if (fPrependSet->contains(c1)) { in next()
1802 delete fPrependSet; in ~RBBICharMonkey()