Searched refs:andRule (Results 1 – 1 of 1) sorted by relevance
861 AndConstraint* andRule = orRule->childNode; in isFulfilled() local862 while (andRule!=NULL && result) { in isFulfilled()863 result = andRule->isFulfilled(number); in isFulfilled()864 andRule=andRule->next; in isFulfilled()936 AndConstraint* andRule=orRule->childNode; in dumpRules() local937 while ( andRule != NULL ) { in dumpRules()938 … if ((andRule->op==AndConstraint::NONE) && (andRule->rangeList==NULL) && (andRule->value == -1)) { in dumpRules()940 } else if ( (andRule->op==AndConstraint::NONE) && (andRule->rangeList==NULL) ) { in dumpRules()941 result += tokenString(andRule->digitsType); in dumpRules()943 if (andRule->negated) { in dumpRules()[all …]