Lines Matching refs:fPrependSet
1588 UnicodeSet *fPrependSet;1614 fPrependSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Grapheme_Cluster_Break = Prepend}]"), status);1636 if (!fPrependSet->isEmpty()) {1637 fSets->addElement(fPrependSet, status);1759 if (fPrependSet->contains(c1)) {1802 delete fPrependSet;