Home
last modified time | relevance | path

Searched refs:integerOnly (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Dplurrule.cpp507 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()
Dplurrule_impl.h230 UBool integerOnly; // TRUE for 'within' rules. variable