Searched refs:rightOperand (Results 1 – 1 of 1) sorted by relevance
4245 UnicodeSet *rightOperand = NULL; in setEval() local4255 rightOperand = (UnicodeSet *)fSetStack.peek(); in setEval()4258 rightOperand->complement(); in setEval()4262 rightOperand->closeOver(USET_CASE_INSENSITIVE); in setEval()4263 rightOperand->removeAllStrings(); in setEval()4269 leftOperand->removeAll(*rightOperand); in setEval()4270 delete rightOperand; in setEval()4276 leftOperand->retainAll(*rightOperand); in setEval()4277 delete rightOperand; in setEval()4282 leftOperand->addAll(*rightOperand); in setEval()[all …]