Lines Matching refs:AndConstraint
668 if ( (curAndConstraint->op==AndConstraint::MOD)&& in parse()
711 curAndConstraint->op=AndConstraint::MOD; in parse()
884 AndConstraint::AndConstraint(const AndConstraint& other) { in AndConstraint() function in AndConstraint
904 this->next = new AndConstraint(*other.next); in AndConstraint()
911 AndConstraint::~AndConstraint() { in ~AndConstraint()
919 AndConstraint::isFulfilled(const IFixedDecimal &number) { in isFulfilled()
959 AndConstraint*
960 AndConstraint::add(UErrorCode& status) { in add()
965 this->next = new AndConstraint(); in add()
979 this->childNode = new AndConstraint(*(other.childNode)); in OrConstraint()
1004 AndConstraint*
1016 curOrConstraint->childNode = new AndConstraint(); in add()
1031 AndConstraint* andRule = orRule->childNode; in isFulfilled()
1123 AndConstraint* andRule=orRule->childNode; in dumpRules()
1125 …if ((andRule->op==AndConstraint::NONE) && (andRule->rangeList==nullptr) && (andRule->value == -1)… in dumpRules()
1127 } else if ( (andRule->op==AndConstraint::NONE) && (andRule->rangeList==nullptr) ) { in dumpRules()
1139 if (andRule->op==AndConstraint::MOD) { in dumpRules()