Searched refs:andRule (Results 1 – 1 of 1) sorted by relevance
915 AndConstraint* andRule = orRule->childNode; in isFulfilled() local916 while (andRule!=nullptr && result) { in isFulfilled()917 result = andRule->isFulfilled(number); in isFulfilled()918 andRule=andRule->next; in isFulfilled()1003 AndConstraint* andRule=orRule->childNode; in dumpRules() local1004 while ( andRule != nullptr ) { in dumpRules()1005 …if ((andRule->op==AndConstraint::NONE) && (andRule->rangeList==nullptr) && (andRule->value == -1)… in dumpRules()1007 } else if ( (andRule->op==AndConstraint::NONE) && (andRule->rangeList==nullptr) ) { in dumpRules()1008 result += tokenString(andRule->digitsType); in dumpRules()1010 if (andRule->negated) { in dumpRules()[all …]