Lines Matching refs:fOtherSet

2074     UnicodeSet  *fOtherSet;
2120 fOtherSet = new UnicodeSet();
2126 fOtherSet->complement();
2127 fOtherSet->removeAll(*fCRSet);
2128 fOtherSet->removeAll(*fLFSet);
2129 fOtherSet->removeAll(*fNewlineSet);
2130 fOtherSet->removeAll(*fKatakanaSet);
2131 fOtherSet->removeAll(*fHebrew_LetterSet);
2132 fOtherSet->removeAll(*fALetterSet);
2133 fOtherSet->removeAll(*fSingle_QuoteSet);
2134 fOtherSet->removeAll(*fDouble_QuoteSet);
2135 fOtherSet->removeAll(*fMidLetterSet);
2136 fOtherSet->removeAll(*fMidNumSet);
2137 fOtherSet->removeAll(*fNumericSet);
2138 fOtherSet->removeAll(*fExtendNumLetSet);
2139 fOtherSet->removeAll(*fFormatSet);
2140 fOtherSet->removeAll(*fExtendSet);
2141 fOtherSet->removeAll(*fRegionalIndicatorSet);
2143 fOtherSet->removeAll(*fDictionaryCjkSet);
2144 fOtherSet->removeAll(UnicodeSet(UNICODE_STRING_SIMPLE("[\\p{LineBreak = Complex_Context}]"), status));
2161 fSets->addElement(fOtherSet, status);
2367 delete fOtherSet;
2404 UnicodeSet *fOtherSet;
2432 fOtherSet = new UnicodeSet();
2439 fOtherSet->complement();
2440 fOtherSet->removeAll(*fSepSet);
2441 fOtherSet->removeAll(*fFormatSet);
2442 fOtherSet->removeAll(*fSpSet);
2443 fOtherSet->removeAll(*fLowerSet);
2444 fOtherSet->removeAll(*fUpperSet);
2445 fOtherSet->removeAll(*fOLetterSet);
2446 fOtherSet->removeAll(*fNumericSet);
2447 fOtherSet->removeAll(*fATermSet);
2448 fOtherSet->removeAll(*fSContinueSet);
2449 fOtherSet->removeAll(*fSTermSet);
2450 fOtherSet->removeAll(*fCloseSet);
2451 fOtherSet->removeAll(*fExtendSet);
2464 fSets->addElement(fOtherSet, status);
2691 delete fOtherSet;