Searched refs:integerOnly (Results 1 – 2 of 2) sorted by relevance
508 curAndConstraint->integerOnly = (type != tWithin); in parse()729 integerOnly = FALSE; in AndConstraint()745 this->integerOnly=other.integerOnly; in AndConstraint()775 if (integerOnly && n != uprv_floor(n)) { in isFulfilled()971 if ( andRule->integerOnly ) { in dumpRules()979 if ( andRule->integerOnly ) { in dumpRules()
233 UBool integerOnly; // TRUE for 'within' rules. variable