Lines Matching refs:rightOperand
4584 UnicodeSet *rightOperand = NULL; in setEval() local
4594 rightOperand = (UnicodeSet *)fSetStack.peek(); in setEval()
4597 rightOperand->complement(); in setEval()
4601 rightOperand->closeOver(USET_CASE_INSENSITIVE); in setEval()
4602 rightOperand->removeAllStrings(); in setEval()
4608 leftOperand->removeAll(*rightOperand); in setEval()
4609 delete rightOperand; in setEval()
4615 leftOperand->retainAll(*rightOperand); in setEval()
4616 delete rightOperand; in setEval()
4621 leftOperand->addAll(*rightOperand); in setEval()
4622 delete rightOperand; in setEval()