Searched refs:fPrependSet (Results 1 – 3 of 3) sorted by relevance
106 UnicodeSet fPrependSet; field in RBBITestMonkey.RBBICharMonkey134 fPrependSet = new UnicodeSet("[\\p{Grapheme_Cluster_Break = Prepend}]"); in RBBICharMonkey()161 if (!fPrependSet.isEmpty()) { in RBBICharMonkey()162 fSets.add(fPrependSet); in RBBICharMonkey()284 if (fPrependSet.contains(c1)) { in next()
107 UnicodeSet fPrependSet; field in RBBITestMonkey.RBBICharMonkey135 fPrependSet = new UnicodeSet("[\\p{Grapheme_Cluster_Break = Prepend}]"); in RBBICharMonkey()162 if (!fPrependSet.isEmpty()) { in RBBICharMonkey()163 fSets.add(fPrependSet); in RBBICharMonkey()285 if (fPrependSet.contains(c1)) { in next()
2000 UnicodeSet *fPrependSet; member in RBBICharMonkey2030 …fPrependSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Grapheme_Cluster_Break = Prepend}]"), sta… in RBBICharMonkey()2057 if (!fPrependSet->isEmpty()) { in RBBICharMonkey()2058 fSets->addElement(fPrependSet, status); in RBBICharMonkey()2184 if (fPrependSet->contains(c1)) { in next()2237 delete fPrependSet; in ~RBBICharMonkey()