Home
last modified time | relevance | path

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

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