Lines Matching refs:rightOperand
4600 UnicodeSet *rightOperand = NULL; in setEval() local
4610 rightOperand = (UnicodeSet *)fSetStack.peek(); in setEval()
4613 rightOperand->complement(); in setEval()
4617 rightOperand->closeOver(USET_CASE_INSENSITIVE); in setEval()
4618 rightOperand->removeAllStrings(); in setEval()
4624 leftOperand->removeAll(*rightOperand); in setEval()
4625 delete rightOperand; in setEval()
4631 leftOperand->retainAll(*rightOperand); in setEval()
4632 delete rightOperand; in setEval()
4637 leftOperand->addAll(*rightOperand); in setEval()
4638 delete rightOperand; in setEval()