Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Drbnf.cpp692 , fRoundingMode(DecimalFormat::ERoundingMode::kRoundUnnecessary) in RuleBasedNumberFormat()
717 , fRoundingMode(DecimalFormat::ERoundingMode::kRoundUnnecessary) in RuleBasedNumberFormat()
742 , fRoundingMode(DecimalFormat::ERoundingMode::kRoundUnnecessary) in RuleBasedNumberFormat()
766 , fRoundingMode(DecimalFormat::ERoundingMode::kRoundUnnecessary) in RuleBasedNumberFormat()
791 , fRoundingMode(DecimalFormat::ERoundingMode::kRoundUnnecessary) in RuleBasedNumberFormat()
813 , fRoundingMode(DecimalFormat::ERoundingMode::kRoundUnnecessary) in RuleBasedNumberFormat()
880 , fRoundingMode(DecimalFormat::ERoundingMode::kRoundUnnecessary) in RuleBasedNumberFormat()
1286 …if (getRoundingMode() != DecimalFormat::ERoundingMode::kRoundUnnecessary && !uprv_isNaN(number) &&… in format()
Dnumfmt.cpp1506 return NumberFormat::ERoundingMode::kRoundUnnecessary; in getRoundingMode()
/external/icu/icu4c/source/i18n/unicode/
Dnumfmt.h199 kRoundUnnecessary enumerator
/external/icu/icu4c/source/test/intltest/
Ddcfmtest.cpp417 fmtr.setRoundingMode(DecimalFormat::kRoundUnnecessary); in execFormatTest()
Dnumberformattesttuple.cpp39 {"unnecessary", DecimalFormat::kRoundUnnecessary}};