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

/external/icu/icu4c/source/i18n/
H A Dplurrule.cpp563 curAndConstraint->digitsType = type;
730 digitsType = none;
747 this->digitsType = other.digitsType;
767 if (digitsType == none) {
771 double n = number.get(digitsType); // pulls n | i | v | f value for the number.
941 result += tokenString(andRule->digitsType);
950 result += tokenString(andRule->digitsType);
H A Dplurrule_impl.h234 tokenType digitsType; // n | i | v | f constraint. member in class:AndConstraint

Completed in 195 milliseconds