Searched refs:integerOnly (Results 1 – 2 of 2) sorted by relevance
507 curAndConstraint->integerOnly = (type != tWithin); in parse()728 integerOnly = FALSE; in AndConstraint()744 this->integerOnly=other.integerOnly; in AndConstraint()774 if (integerOnly && n != uprv_floor(n)) { in isFulfilled()970 if ( andRule->integerOnly ) { in dumpRules()978 if ( andRule->integerOnly ) { in dumpRules()
230 UBool integerOnly; // TRUE for 'within' rules. variable