Searched refs:PLURAL_OPERAND_V (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | dcfmapts.cpp | 654 ASSERT_EQUAL(0, fd.getPluralOperand(PLURAL_OPERAND_V)); in TestFixedDecimal() 660 ASSERT_EQUAL(0, fd.getPluralOperand(PLURAL_OPERAND_V)); in TestFixedDecimal() 667 ASSERT_EQUAL(3, fd.getPluralOperand(PLURAL_OPERAND_V)); // v in TestFixedDecimal() 677 ASSERT_EQUAL(3, fd.getPluralOperand(PLURAL_OPERAND_V)); // v in TestFixedDecimal() 689 ASSERT_EQUAL(3, fd.getPluralOperand(PLURAL_OPERAND_V)); // v in TestFixedDecimal() 699 ASSERT_EQUAL(3, fd.getPluralOperand(PLURAL_OPERAND_V)); // v in TestFixedDecimal() 712 ASSERT_EQUAL(2, fd.getPluralOperand(PLURAL_OPERAND_V)); // v in TestFixedDecimal() 722 ASSERT_EQUAL(2, fd.getPluralOperand(PLURAL_OPERAND_V)); // v in TestFixedDecimal() 736 ASSERT_EQUAL(2, fd.getPluralOperand(PLURAL_OPERAND_V)); // v in TestFixedDecimal() 746 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 | 1470 return PLURAL_OPERAND_V; in tokenTypeToPluralOperand() 1685 case PLURAL_OPERAND_V: return visibleDecimalDigitCount; in getPluralOperand()
|
D | number_decimalquantity.cpp | 254 case PLURAL_OPERAND_V: in getPluralOperand()
|