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.java82 UnicodeSet fPrependSet; field in RBBITestMonkey.RBBICharMonkey
102 fPrependSet = new UnicodeSet("[\\p{Grapheme_Cluster_Break = Prepend}]"); in RBBICharMonkey()
123 if (!fPrependSet.isEmpty()) { in RBBICharMonkey()
124 fSets.add(fPrependSet); in RBBICharMonkey()
237 if (fPrependSet.contains(c1)) { in next()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBITestMonkey.java86 UnicodeSet fPrependSet; field in RBBITestMonkey.RBBICharMonkey
106 fPrependSet = new UnicodeSet("[\\p{Grapheme_Cluster_Break = Prepend}]"); in RBBICharMonkey()
127 if (!fPrependSet.isEmpty()) { in RBBICharMonkey()
128 fSets.add(fPrependSet); in RBBICharMonkey()
241 if (fPrependSet.contains(c1)) { in next()
/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp2024 UnicodeSet *fPrependSet; member in RBBICharMonkey
2047fPrependSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Grapheme_Cluster_Break = Prepend}]"), sta… in RBBICharMonkey()
2067 if (!fPrependSet->isEmpty()) { in RBBICharMonkey()
2068 fSets->addElement(fPrependSet, status); in RBBICharMonkey()
2189 if (fPrependSet->contains(c1)) { in next()
2214 delete fPrependSet; in ~RBBICharMonkey()