Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dplurrule.cpp562 curAndConstraint->digitsType = type; in parse()
729 digitsType = none; in AndConstraint()
746 this->digitsType = other.digitsType; in AndConstraint()
766 if (digitsType == none) { in isFulfilled()
770 double n = number.get(digitsType); // pulls n | i | v | f value for the number. in isFulfilled()
940 result += tokenString(andRule->digitsType); in dumpRules()
949 result += tokenString(andRule->digitsType); in dumpRules()
Dplurrule_impl.h231 tokenType digitsType; // n | i | v | f constraint. variable