Lines Matching refs:rightOperand
4587 UnicodeSet *rightOperand = NULL; in setEval() local
4597 rightOperand = (UnicodeSet *)fSetStack.peek(); in setEval()
4600 rightOperand->complement(); in setEval()
4604 rightOperand->closeOver(USET_CASE_INSENSITIVE); in setEval()
4605 rightOperand->removeAllStrings(); in setEval()
4611 leftOperand->removeAll(*rightOperand); in setEval()
4612 delete rightOperand; in setEval()
4618 leftOperand->retainAll(*rightOperand); in setEval()
4619 delete rightOperand; in setEval()
4624 leftOperand->addAll(*rightOperand); in setEval()
4625 delete rightOperand; in setEval()