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

/external/chromium_org/third_party/icu/source/i18n/
H A Dplurrule.cpp486 curAndConstraint->digitsType = type;
653 digitsType = none;
670 this->digitsType = other.digitsType;
690 if (digitsType == none) {
694 double n = number.get(digitsType); // pulls n | i | v | f value for the number.
864 result += tokenString(andRule->digitsType);
873 result += tokenString(andRule->digitsType);
H A Dplurrule_impl.h227 tokenType digitsType; // n | i | v | f constraint. member in class:AndConstraint
/external/icu/icu4c/source/i18n/
H A Dplurrule.cpp589 curAndConstraint->digitsType = type;
756 digitsType = none;
773 this->digitsType = other.digitsType;
793 if (digitsType == none) {
797 double n = number.get(digitsType); // pulls n | i | v | f value for the number.
967 result += tokenString(andRule->digitsType);
976 result += tokenString(andRule->digitsType);
H A Dplurrule_impl.h227 tokenType digitsType; // n | i | v | f constraint. member in class:AndConstraint

Completed in 221 milliseconds