Home
last modified time | relevance | path

Searched refs:kRoundUnnecessary (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4c/source/i18n/
Drbnf.cpp698 , fRoundingMode(DecimalFormat::ERoundingMode::kRoundUnnecessary) in RuleBasedNumberFormat()
723 , fRoundingMode(DecimalFormat::ERoundingMode::kRoundUnnecessary) in RuleBasedNumberFormat()
748 , fRoundingMode(DecimalFormat::ERoundingMode::kRoundUnnecessary) in RuleBasedNumberFormat()
772 , fRoundingMode(DecimalFormat::ERoundingMode::kRoundUnnecessary) in RuleBasedNumberFormat()
797 , fRoundingMode(DecimalFormat::ERoundingMode::kRoundUnnecessary) in RuleBasedNumberFormat()
819 , fRoundingMode(DecimalFormat::ERoundingMode::kRoundUnnecessary) in RuleBasedNumberFormat()
886 , fRoundingMode(DecimalFormat::ERoundingMode::kRoundUnnecessary) in RuleBasedNumberFormat()
1253 …if (getRoundingMode() != DecimalFormat::ERoundingMode::kRoundUnnecessary && !uprv_isNaN(number) &&… in format()
Dnumfmt.cpp1510 return NumberFormat::ERoundingMode::kRoundUnnecessary; in getRoundingMode()
/external/icu/icu4c/source/i18n/unicode/
Dnumfmt.h201 kRoundUnnecessary enumerator
/external/icu/libicu/cts_headers/unicode/
Dnumfmt.h201 kRoundUnnecessary enumerator
/external/icu/icu4c/source/test/intltest/
Ddcfmtest.cpp437 fmtr.setRoundingMode(DecimalFormat::kRoundUnnecessary); in execFormatTest()
Dnumberformattesttuple.cpp42 {"unnecessary", DecimalFormat::kRoundUnnecessary}};