Searched refs:digitsType (Results 1 – 2 of 2) sorted by relevance
563 curAndConstraint->digitsType = type; in parse()730 digitsType = none; in AndConstraint()747 this->digitsType = other.digitsType; in AndConstraint()767 if (digitsType == none) { in isFulfilled()771 double n = number.get(digitsType); // pulls n | i | v | f value for the number. in isFulfilled()941 result += tokenString(andRule->digitsType); in dumpRules()950 result += tokenString(andRule->digitsType); in dumpRules()
234 tokenType digitsType; // n | i | v | f constraint. variable