Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Drbnf.cpp690 , roundingMode(DecimalFormat::ERoundingMode::kRoundUnnecessary) in RuleBasedNumberFormat()
715 , roundingMode(DecimalFormat::ERoundingMode::kRoundUnnecessary) in RuleBasedNumberFormat()
740 , roundingMode(DecimalFormat::ERoundingMode::kRoundUnnecessary) in RuleBasedNumberFormat()
764 , roundingMode(DecimalFormat::ERoundingMode::kRoundUnnecessary) in RuleBasedNumberFormat()
789 , roundingMode(DecimalFormat::ERoundingMode::kRoundUnnecessary) in RuleBasedNumberFormat()
811 , roundingMode(DecimalFormat::ERoundingMode::kRoundUnnecessary) in RuleBasedNumberFormat()
878 , roundingMode(DecimalFormat::ERoundingMode::kRoundUnnecessary) in RuleBasedNumberFormat()
1272 …if (getRoundingMode() != DecimalFormat::ERoundingMode::kRoundUnnecessary && !uprv_isNaN(number) &&… in format()
Ddecimfmtimpl.h245 fEffPrecision.fMantissa.fExactOnly = (fRoundingMode == DecimalFormat::kRoundUnnecessary); in setRoundingMode()
Ddigitlst.cpp291 case DecimalFormat::kRoundUnnecessary: r = DEC_ROUND_HALF_EVEN; break; in setRoundingMode()
Dnumfmt.cpp1518 return NumberFormat::ERoundingMode::kRoundUnnecessary; in getRoundingMode()
/external/icu/icu4c/source/i18n/unicode/
Dnumfmt.h200 kRoundUnnecessary enumerator
/external/icu/icu4c/source/test/intltest/
Ddcfmtest.cpp417 fmtr.setRoundingMode(DecimalFormat::kRoundUnnecessary); in execFormatTest()
Dnumberformattesttuple.cpp40 {"unnecessary", DecimalFormat::kRoundUnnecessary}};