Searched refs:PLURAL_OPERAND_V (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | dcfmapts.cpp | 673 ASSERT_EQUAL(0, fd.getPluralOperand(PLURAL_OPERAND_V)); in TestFixedDecimal() 679 ASSERT_EQUAL(0, fd.getPluralOperand(PLURAL_OPERAND_V)); in TestFixedDecimal() 686 ASSERT_EQUAL(3, fd.getPluralOperand(PLURAL_OPERAND_V)); // v in TestFixedDecimal() 696 ASSERT_EQUAL(3, fd.getPluralOperand(PLURAL_OPERAND_V)); // v in TestFixedDecimal() 708 ASSERT_EQUAL(3, fd.getPluralOperand(PLURAL_OPERAND_V)); // v in TestFixedDecimal() 718 ASSERT_EQUAL(3, fd.getPluralOperand(PLURAL_OPERAND_V)); // v in TestFixedDecimal() 731 ASSERT_EQUAL(2, fd.getPluralOperand(PLURAL_OPERAND_V)); // v in TestFixedDecimal() 741 ASSERT_EQUAL(2, fd.getPluralOperand(PLURAL_OPERAND_V)); // v in TestFixedDecimal() 755 ASSERT_EQUAL(2, fd.getPluralOperand(PLURAL_OPERAND_V)); // v in TestFixedDecimal() 765 ASSERT_EQUAL(2, fd.getPluralOperand(PLURAL_OPERAND_V)); // v in TestFixedDecimal() [all …]
|
/external/icu/icu4c/source/i18n/ |
D | plurrule_impl.h | 210 PLURAL_OPERAND_V, enumerator
|
D | plurrule.cpp | 1481 return PLURAL_OPERAND_V; in tokenTypeToPluralOperand() 1695 case PLURAL_OPERAND_V: return visibleDecimalDigitCount; in getPluralOperand()
|
D | number_decimalquantity.cpp | 268 case PLURAL_OPERAND_V: in getPluralOperand()
|