Searched refs:fControlSet (Results 1 – 3 of 3) sorted by relevance
83 UnicodeSet fControlSet; field in RBBITestMonkey.RBBICharMonkey106 fControlSet = new UnicodeSet("[\\p{Grapheme_Cluster_Break = Control}]"); in RBBICharMonkey()130 fSets.add(fControlSet); in RBBICharMonkey()202 if (fControlSet.contains(c1) || in next()210 if (fControlSet.contains(c2) || in next()
86 UnicodeSet fControlSet; field in RBBITestMonkey.RBBICharMonkey109 fControlSet = new UnicodeSet("[\\p{Grapheme_Cluster_Break = Control}]"); in RBBICharMonkey()133 fSets.add(fControlSet); in RBBICharMonkey()205 if (fControlSet.contains(c1) || in next()213 if (fControlSet.contains(c2) || in next()
1584 UnicodeSet *fControlSet; member in RBBICharMonkey1609 …fControlSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[[\\p{Grapheme_Cluster_Break = Control}]]"), s… in RBBICharMonkey()1633 fSets->addElement(fControlSet, status); in RBBICharMonkey()1709 if (fControlSet->contains(c1) || in next()1717 if (fControlSet->contains(c2) || in next()1799 delete fControlSet; in ~RBBICharMonkey()