Searched refs:fPrependSet (Results 1 – 3 of 3) sorted by relevance
82 UnicodeSet fPrependSet; field in RBBITestMonkey.RBBICharMonkey102 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()
86 UnicodeSet fPrependSet; field in RBBITestMonkey.RBBICharMonkey106 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()
2024 UnicodeSet *fPrependSet; member in RBBICharMonkey2047 …fPrependSet = 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()