HomeSort by relevance Sort by last modified time
    Searched refs:digitsType (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/i18n/
plurrule.cpp 562 curAndConstraint->digitsType = type;
729 digitsType = none;
746 this->digitsType = other.digitsType;
766 if (digitsType == none) {
770 double n = number.get(digitsType); // pulls n | i | v | f value for the number.
940 result += tokenString(andRule->digitsType);
949 result += tokenString(andRule->digitsType);
    [all...]
plurrule_impl.h 231 tokenType digitsType; // n | i | v | f constraint.

Completed in 221 milliseconds