Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dplurrule.cpp563 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()
Dplurrule_impl.h234 tokenType digitsType; // n | i | v | f constraint. variable