Home | History | Annotate | Download | only in intltest

Lines Matching refs:fControlSet

2021     UnicodeSet  *fControlSet;
2044 fControlSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Grapheme_Cluster_Break = Control}]"), status);
2064 fSets->addElement(fControlSet, status);
2137 if (fControlSet->contains(c1) ||
2145 if (fControlSet->contains(c2) ||
2211 delete fControlSet;