Searched refs:rightOperand (Results 1 – 3 of 3) sorted by relevance
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
4577 UnicodeSet *rightOperand = NULL; in setEval() local4587 rightOperand = (UnicodeSet *)fSetStack.peek(); in setEval()4590 rightOperand->complement(); in setEval()4594 rightOperand->closeOver(USET_CASE_INSENSITIVE); in setEval()4595 rightOperand->removeAllStrings(); in setEval()4601 leftOperand->removeAll(*rightOperand); in setEval()4602 delete rightOperand; in setEval()4608 leftOperand->retainAll(*rightOperand); in setEval()4609 delete rightOperand; in setEval()4614 leftOperand->addAll(*rightOperand); in setEval()[all …]