• Home
  • Raw
  • Download

Lines Matching refs:fOtherSet

2284     UnicodeSet  *fOtherSet;  member in RBBIWordMonkey
2337 fOtherSet = new UnicodeSet(); in RBBIWordMonkey()
2343 fOtherSet->complement(); in RBBIWordMonkey()
2344 fOtherSet->removeAll(*fCRSet); in RBBIWordMonkey()
2345 fOtherSet->removeAll(*fLFSet); in RBBIWordMonkey()
2346 fOtherSet->removeAll(*fNewlineSet); in RBBIWordMonkey()
2347 fOtherSet->removeAll(*fKatakanaSet); in RBBIWordMonkey()
2348 fOtherSet->removeAll(*fHebrew_LetterSet); in RBBIWordMonkey()
2349 fOtherSet->removeAll(*fALetterSet); in RBBIWordMonkey()
2350 fOtherSet->removeAll(*fSingle_QuoteSet); in RBBIWordMonkey()
2351 fOtherSet->removeAll(*fDouble_QuoteSet); in RBBIWordMonkey()
2352 fOtherSet->removeAll(*fMidLetterSet); in RBBIWordMonkey()
2353 fOtherSet->removeAll(*fMidNumSet); in RBBIWordMonkey()
2354 fOtherSet->removeAll(*fNumericSet); in RBBIWordMonkey()
2355 fOtherSet->removeAll(*fExtendNumLetSet); in RBBIWordMonkey()
2356 fOtherSet->removeAll(*fFormatSet); in RBBIWordMonkey()
2357 fOtherSet->removeAll(*fExtendSet); in RBBIWordMonkey()
2358 fOtherSet->removeAll(*fRegionalIndicatorSet); in RBBIWordMonkey()
2359 fOtherSet->removeAll(*fEBaseSet); in RBBIWordMonkey()
2360 fOtherSet->removeAll(*fEBGSet); in RBBIWordMonkey()
2361 fOtherSet->removeAll(*fEModifierSet); in RBBIWordMonkey()
2362 fOtherSet->removeAll(*fZWJSet); in RBBIWordMonkey()
2363 fOtherSet->removeAll(*fExtendedPictSet); in RBBIWordMonkey()
2364 fOtherSet->removeAll(*fEmojiNRKSet); in RBBIWordMonkey()
2367 fOtherSet->removeAll(*fDictionarySet); in RBBIWordMonkey()
2386 fSets->addElement(fOtherSet, status); in RBBIWordMonkey()
2618 delete fOtherSet; in ~RBBIWordMonkey()
2661 UnicodeSet *fOtherSet; member in RBBISentMonkey
2689 fOtherSet = new UnicodeSet(); in RBBISentMonkey()
2696 fOtherSet->complement(); in RBBISentMonkey()
2697 fOtherSet->removeAll(*fSepSet); in RBBISentMonkey()
2698 fOtherSet->removeAll(*fFormatSet); in RBBISentMonkey()
2699 fOtherSet->removeAll(*fSpSet); in RBBISentMonkey()
2700 fOtherSet->removeAll(*fLowerSet); in RBBISentMonkey()
2701 fOtherSet->removeAll(*fUpperSet); in RBBISentMonkey()
2702 fOtherSet->removeAll(*fOLetterSet); in RBBISentMonkey()
2703 fOtherSet->removeAll(*fNumericSet); in RBBISentMonkey()
2704 fOtherSet->removeAll(*fATermSet); in RBBISentMonkey()
2705 fOtherSet->removeAll(*fSContinueSet); in RBBISentMonkey()
2706 fOtherSet->removeAll(*fSTermSet); in RBBISentMonkey()
2707 fOtherSet->removeAll(*fCloseSet); in RBBISentMonkey()
2708 fOtherSet->removeAll(*fExtendSet); in RBBISentMonkey()
2721 fSets->addElement(fOtherSet, status); in RBBISentMonkey()
2949 delete fOtherSet; in ~RBBISentMonkey()