Searched refs:andRule (Results 1 – 1 of 1) sorted by relevance
1021 AndConstraint* andRule = orRule->childNode; in isFulfilled() local1022 while (andRule!=nullptr && result) { in isFulfilled()1023 result = andRule->isFulfilled(number); in isFulfilled()1024 andRule=andRule->next; in isFulfilled()1111 AndConstraint* andRule=orRule->childNode; in dumpRules() local1112 while ( andRule != nullptr ) { 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()1116 result += tokenString(andRule->digitsType); in dumpRules()1118 if (andRule->negated) { in dumpRules()[all …]