Home | History | Annotate | Download | only in intltest

Lines Matching refs:fFormatSet

1844     UnicodeSet  *fFormatSet;
1876 fFormatSet = new UnicodeSet(u"[\\p{Word_Break = Format}]", status);
1911 fOtherSet->removeAll(*fFormatSet);
1935 fSets->addElement(fFormatSet, status);
1992 while (fFormatSet->contains(c3) || fExtendSet->contains(c3) || fZWJSet->contains(c3));
2161 delete fFormatSet;
2196 UnicodeSet *fFormatSet;
2223 fFormatSet = new UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{Sentence_Break = Format}]"), status);
2243 fOtherSet->removeAll(*fFormatSet);
2256 fSets->addElement(fFormatSet, status);
2298 while (j>0 &&(fFormatSet->contains(c) || fExtendSet->contains(c)));
2314 while (fFormatSet->contains(c) || fExtendSet->contains(c));
2484 delete fFormatSet;