Home | History | Annotate | Download | only in i18n

Lines Matching refs:leftOperand

4273     UnicodeSet *leftOperand  = NULL;
4295 leftOperand = (UnicodeSet *)fSetStack.peek();
4296 leftOperand->removeAll(*rightOperand);
4302 leftOperand = (UnicodeSet *)fSetStack.peek();
4303 leftOperand->retainAll(*rightOperand);
4308 leftOperand = (UnicodeSet *)fSetStack.peek();
4309 leftOperand->addAll(*rightOperand);