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

  /external/icu/icu4c/source/i18n/
plurrule_impl.h 181 enum PluralOperand {
225 * Converts from the tokenType enum to PluralOperand. Asserts that the given
226 * tokenType can be mapped to a PluralOperand.
228 PluralOperand tokenTypeToPluralOperand(tokenType tt);
242 virtual double getPluralOperand(PluralOperand operand) const = 0;
272 double getPluralOperand(PluralOperand operand) const U_OVERRIDE;
number_decimalquantity.h 169 double getPluralOperand(PluralOperand operand) const U_OVERRIDE;
plurrule.cpp 793 PluralOperand operand = tokenTypeToPluralOperand(digitsType);
    [all...]
number_decimalquantity.cpp 207 double DecimalQuantity::getPluralOperand(PluralOperand operand) const {

Completed in 116 milliseconds