Home | History | Annotate | Download | only in i18n

Lines Matching refs:AndConstraint

289     AndConstraint *curAndConstraint=NULL;
338 if ( (curAndConstraint->op==AndConstraint::MOD)&&
352 curAndConstraint->op=AndConstraint::MOD;
521 AndConstraint::AndConstraint() {
522 op = AndConstraint::NONE;
532 AndConstraint::AndConstraint(const AndConstraint& other) {
543 this->next = new AndConstraint(*other.next);
547 AndConstraint::~AndConstraint() {
555 AndConstraint::isFulfilled(double number) {
602 AndConstraint::updateRepeatLimit(int32_t maxLimit) {
618 AndConstraint*
619 AndConstraint::add()
621 this->next = new AndConstraint();
635 this->childNode = new AndConstraint
654 AndConstraint*
663 curOrConstraint->childNode = new AndConstraint();
675 AndConstraint* andRule = orRule->childNode;
745 AndConstraint* andRule=orRule->childNode;
747 if ( (andRule->op==AndConstraint::NONE) && (andRule->rangeHigh==-1) ) {
756 if (andRule->op==AndConstraint::MOD) {
835 AndConstraint* andRule=orRule->childNode;