Searched refs:fOtherSet (Results 1 – 3 of 3) sorted by relevance
352 UnicodeSet fOtherSet; field in RBBITestMonkey.RBBIWordMonkey394 fOtherSet = new UnicodeSet(); in RBBIWordMonkey()395 fOtherSet.complement(); in RBBIWordMonkey()396 fOtherSet.removeAll(fCRSet); in RBBIWordMonkey()397 fOtherSet.removeAll(fLFSet); in RBBIWordMonkey()398 fOtherSet.removeAll(fNewlineSet); in RBBIWordMonkey()399 fOtherSet.removeAll(fALetterSet); in RBBIWordMonkey()400 fOtherSet.removeAll(fSingle_QuoteSet); in RBBIWordMonkey()401 fOtherSet.removeAll(fDouble_QuoteSet); in RBBIWordMonkey()402 fOtherSet.removeAll(fKatakanaSet); in RBBIWordMonkey()[all …]
353 UnicodeSet fOtherSet; field in RBBITestMonkey.RBBIWordMonkey395 fOtherSet = new UnicodeSet(); in RBBIWordMonkey()396 fOtherSet.complement(); in RBBIWordMonkey()397 fOtherSet.removeAll(fCRSet); in RBBIWordMonkey()398 fOtherSet.removeAll(fLFSet); in RBBIWordMonkey()399 fOtherSet.removeAll(fNewlineSet); in RBBIWordMonkey()400 fOtherSet.removeAll(fALetterSet); in RBBIWordMonkey()401 fOtherSet.removeAll(fSingle_QuoteSet); in RBBIWordMonkey()402 fOtherSet.removeAll(fDouble_QuoteSet); in RBBIWordMonkey()403 fOtherSet.removeAll(fKatakanaSet); in RBBIWordMonkey()[all …]
2284 UnicodeSet *fOtherSet; member in RBBIWordMonkey2337 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()[all …]