Searched refs:fOtherSet (Results 1 – 3 of 3) sorted by relevance
389 UnicodeSet fOtherSet; field in RBBITestMonkey.RBBIWordMonkey428 fOtherSet = new UnicodeSet(); in RBBIWordMonkey()429 fOtherSet.complement(); in RBBIWordMonkey()430 fOtherSet.removeAll(fCRSet); in RBBIWordMonkey()431 fOtherSet.removeAll(fLFSet); in RBBIWordMonkey()432 fOtherSet.removeAll(fNewlineSet); in RBBIWordMonkey()433 fOtherSet.removeAll(fALetterSet); in RBBIWordMonkey()434 fOtherSet.removeAll(fSingle_QuoteSet); in RBBIWordMonkey()435 fOtherSet.removeAll(fDouble_QuoteSet); in RBBIWordMonkey()436 fOtherSet.removeAll(fKatakanaSet); in RBBIWordMonkey()[all …]
392 UnicodeSet fOtherSet; field in RBBITestMonkey.RBBIWordMonkey431 fOtherSet = new UnicodeSet(); in RBBIWordMonkey()432 fOtherSet.complement(); in RBBIWordMonkey()433 fOtherSet.removeAll(fCRSet); in RBBIWordMonkey()434 fOtherSet.removeAll(fLFSet); in RBBIWordMonkey()435 fOtherSet.removeAll(fNewlineSet); in RBBIWordMonkey()436 fOtherSet.removeAll(fALetterSet); in RBBIWordMonkey()437 fOtherSet.removeAll(fSingle_QuoteSet); in RBBIWordMonkey()438 fOtherSet.removeAll(fDouble_QuoteSet); in RBBIWordMonkey()439 fOtherSet.removeAll(fKatakanaSet); in RBBIWordMonkey()[all …]
1998 UnicodeSet *fOtherSet; member in RBBIWordMonkey2048 fOtherSet = new UnicodeSet(); in RBBIWordMonkey()2055 fOtherSet->complement(); in RBBIWordMonkey()2056 fOtherSet->removeAll(*fCRSet); in RBBIWordMonkey()2057 fOtherSet->removeAll(*fLFSet); in RBBIWordMonkey()2058 fOtherSet->removeAll(*fNewlineSet); in RBBIWordMonkey()2059 fOtherSet->removeAll(*fKatakanaSet); in RBBIWordMonkey()2060 fOtherSet->removeAll(*fHebrew_LetterSet); in RBBIWordMonkey()2061 fOtherSet->removeAll(*fALetterSet); in RBBIWordMonkey()2062 fOtherSet->removeAll(*fSingle_QuoteSet); in RBBIWordMonkey()[all …]