Searched refs:digitsType (Results 1 – 2 of 2) sorted by relevance
562 curAndConstraint->digitsType = type; in parse()729 digitsType = none; in AndConstraint()746 this->digitsType = other.digitsType; in AndConstraint()766 if (digitsType == none) { in isFulfilled()770 double n = number.get(digitsType); // pulls n | i | v | f value for the number. in isFulfilled()940 result += tokenString(andRule->digitsType); in dumpRules()949 result += tokenString(andRule->digitsType); in dumpRules()
231 tokenType digitsType; // n | i | v | f constraint. variable