Searched refs:rightOperand (Results 1 – 1 of 1) sorted by relevance
4600 UnicodeSet *rightOperand = NULL; in setEval() local4610 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()[all …]