Searched refs:fOtherSet (Results 1 – 3 of 3) sorted by relevance
312 UnicodeSet fOtherSet; field in RBBITestMonkey.RBBIWordMonkey347 fOtherSet = new UnicodeSet(); in RBBIWordMonkey()348 fOtherSet.complement(); in RBBIWordMonkey()349 fOtherSet.removeAll(fCRSet); in RBBIWordMonkey()350 fOtherSet.removeAll(fLFSet); in RBBIWordMonkey()351 fOtherSet.removeAll(fNewlineSet); in RBBIWordMonkey()352 fOtherSet.removeAll(fALetterSet); in RBBIWordMonkey()353 fOtherSet.removeAll(fSingle_QuoteSet); in RBBIWordMonkey()354 fOtherSet.removeAll(fDouble_QuoteSet); in RBBIWordMonkey()355 fOtherSet.removeAll(fKatakanaSet); in RBBIWordMonkey()[all …]
315 UnicodeSet fOtherSet; field in RBBITestMonkey.RBBIWordMonkey350 fOtherSet = new UnicodeSet(); in RBBIWordMonkey()351 fOtherSet.complement(); in RBBIWordMonkey()352 fOtherSet.removeAll(fCRSet); in RBBIWordMonkey()353 fOtherSet.removeAll(fLFSet); in RBBIWordMonkey()354 fOtherSet.removeAll(fNewlineSet); in RBBIWordMonkey()355 fOtherSet.removeAll(fALetterSet); in RBBIWordMonkey()356 fOtherSet.removeAll(fSingle_QuoteSet); in RBBIWordMonkey()357 fOtherSet.removeAll(fDouble_QuoteSet); in RBBIWordMonkey()358 fOtherSet.removeAll(fKatakanaSet); in RBBIWordMonkey()[all …]
1845 UnicodeSet *fOtherSet; member in RBBIWordMonkey1890 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()[all …]