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.java138 UnicodeSet fPrependSet; field in RBBITestMonkey.RBBICharMonkey
164 fPrependSet = new UnicodeSet("[\\p{Grapheme_Cluster_Break = Prepend}]"); in RBBICharMonkey()
191 if (!fPrependSet.isEmpty()) { in RBBICharMonkey()
192 fSets.add(fPrependSet); fClassNames.add("Prepend"); in RBBICharMonkey()
312 if (fPrependSet.contains(c1)) { in next()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBITestMonkey.java141 UnicodeSet fPrependSet; field in RBBITestMonkey.RBBICharMonkey
167 fPrependSet = new UnicodeSet("[\\p{Grapheme_Cluster_Break = Prepend}]"); in RBBICharMonkey()
194 if (!fPrependSet.isEmpty()) { in RBBICharMonkey()
195 fSets.add(fPrependSet); fClassNames.add("Prepend"); in RBBICharMonkey()
315 if (fPrependSet.contains(c1)) { in next()
/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp1705 UnicodeSet *fPrependSet; member in RBBICharMonkey
1734fPrependSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Grapheme_Cluster_Break = Prepend}]"), sta… in RBBICharMonkey()
1765 if (!fPrependSet->isEmpty()) { in RBBICharMonkey()
1766 fSets->addElement(fPrependSet, status); classNames.push_back("Prepend"); in RBBICharMonkey()
1892 if (fPrependSet->contains(c1)) { in next()
1952 delete fPrependSet; in ~RBBICharMonkey()