Lines Matching refs:AndConstraint
659 if ( (curAndConstraint->op==AndConstraint::MOD)&& in parse()
702 curAndConstraint->op=AndConstraint::MOD; in parse()
874 AndConstraint::AndConstraint(const AndConstraint& other) { in AndConstraint() function in AndConstraint
894 this->next = new AndConstraint(*other.next); in AndConstraint()
901 AndConstraint::~AndConstraint() { in ~AndConstraint()
909 AndConstraint::isFulfilled(const IFixedDecimal &number) { in isFulfilled()
949 AndConstraint*
950 AndConstraint::add(UErrorCode& status) { in add()
955 this->next = new AndConstraint(); in add()
969 this->childNode = new AndConstraint(*(other.childNode)); in OrConstraint()
994 AndConstraint*
1006 curOrConstraint->childNode = new AndConstraint(); in add()
1021 AndConstraint* andRule = orRule->childNode; in isFulfilled()
1111 AndConstraint* andRule=orRule->childNode; in dumpRules()
1113 …if ((andRule->op==AndConstraint::NONE) && (andRule->rangeList==nullptr) && (andRule->value == -1)… in dumpRules()
1115 } else if ( (andRule->op==AndConstraint::NONE) && (andRule->rangeList==nullptr) ) { in dumpRules()
1127 if (andRule->op==AndConstraint::MOD) { in dumpRules()