Lines Matching refs:fOtherSet
1845 UnicodeSet *fOtherSet; member in RBBIWordMonkey
1890 fOtherSet = new UnicodeSet(); in RBBIWordMonkey()
1897 fOtherSet->complement(); in RBBIWordMonkey()
1898 fOtherSet->removeAll(*fCRSet); in RBBIWordMonkey()
1899 fOtherSet->removeAll(*fLFSet); in RBBIWordMonkey()
1900 fOtherSet->removeAll(*fNewlineSet); in RBBIWordMonkey()
1901 fOtherSet->removeAll(*fKatakanaSet); in RBBIWordMonkey()
1902 fOtherSet->removeAll(*fHebrew_LetterSet); in RBBIWordMonkey()
1903 fOtherSet->removeAll(*fALetterSet); in RBBIWordMonkey()
1904 fOtherSet->removeAll(*fSingle_QuoteSet); in RBBIWordMonkey()
1905 fOtherSet->removeAll(*fDouble_QuoteSet); in RBBIWordMonkey()
1906 fOtherSet->removeAll(*fMidLetterSet); in RBBIWordMonkey()
1907 fOtherSet->removeAll(*fMidNumSet); in RBBIWordMonkey()
1908 fOtherSet->removeAll(*fNumericSet); in RBBIWordMonkey()
1909 fOtherSet->removeAll(*fExtendNumLetSet); in RBBIWordMonkey()
1910 fOtherSet->removeAll(*fWSegSpaceSet); in RBBIWordMonkey()
1911 fOtherSet->removeAll(*fFormatSet); in RBBIWordMonkey()
1912 fOtherSet->removeAll(*fExtendSet); in RBBIWordMonkey()
1913 fOtherSet->removeAll(*fRegionalIndicatorSet); in RBBIWordMonkey()
1914 fOtherSet->removeAll(*fZWJSet); in RBBIWordMonkey()
1915 fOtherSet->removeAll(*fExtendedPictSet); in RBBIWordMonkey()
1918 fOtherSet->removeAll(*fDictionarySet); in RBBIWordMonkey()
1937 fSets->addElement(fOtherSet, status); in RBBIWordMonkey()
2167 delete fOtherSet; in ~RBBIWordMonkey()
2206 UnicodeSet *fOtherSet; member in RBBISentMonkey
2234 fOtherSet = new UnicodeSet(); in RBBISentMonkey()
2241 fOtherSet->complement(); in RBBISentMonkey()
2242 fOtherSet->removeAll(*fSepSet); in RBBISentMonkey()
2243 fOtherSet->removeAll(*fFormatSet); in RBBISentMonkey()
2244 fOtherSet->removeAll(*fSpSet); in RBBISentMonkey()
2245 fOtherSet->removeAll(*fLowerSet); in RBBISentMonkey()
2246 fOtherSet->removeAll(*fUpperSet); in RBBISentMonkey()
2247 fOtherSet->removeAll(*fOLetterSet); in RBBISentMonkey()
2248 fOtherSet->removeAll(*fNumericSet); in RBBISentMonkey()
2249 fOtherSet->removeAll(*fATermSet); in RBBISentMonkey()
2250 fOtherSet->removeAll(*fSContinueSet); in RBBISentMonkey()
2251 fOtherSet->removeAll(*fSTermSet); in RBBISentMonkey()
2252 fOtherSet->removeAll(*fCloseSet); in RBBISentMonkey()
2253 fOtherSet->removeAll(*fExtendSet); in RBBISentMonkey()
2266 fSets->addElement(fOtherSet, status); in RBBISentMonkey()
2494 delete fOtherSet; in ~RBBISentMonkey()