Searched refs:fPrependSet (Results 1 – 3 of 3) sorted by relevance
138 UnicodeSet fPrependSet; field in RBBITestMonkey.RBBICharMonkey164 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()
141 UnicodeSet fPrependSet; field in RBBITestMonkey.RBBICharMonkey167 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()
1705 UnicodeSet *fPrependSet; member in RBBICharMonkey1734 …fPrependSet = 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()