Searched refs:fPrependSet (Results 1 – 3 of 3) sorted by relevance
86 UnicodeSet fPrependSet; field in RBBITestMonkey.RBBICharMonkey110 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()
89 UnicodeSet fPrependSet; field in RBBITestMonkey.RBBICharMonkey113 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()
1588 UnicodeSet *fPrependSet; member in RBBICharMonkey1614 …fPrependSet = 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()