Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Ddcfmtest.cpp417 fmtr.setRoundingMode(DecimalFormat::kRoundUnnecessary); in execFormatTest()
Dnumberformattesttuple.cpp40 {"unnecessary", DecimalFormat::kRoundUnnecessary}};
/external/icu/icu4c/source/i18n/
Ddecimfmtimpl.h245 fEffPrecision.fMantissa.fExactOnly = (fRoundingMode == DecimalFormat::kRoundUnnecessary); in setRoundingMode()
Ddigitlst.cpp290 case DecimalFormat::kRoundUnnecessary: r = DEC_ROUND_HALF_EVEN; break; in setRoundingMode()
/external/icu/icu4c/source/i18n/unicode/
Ddecimfmt.h690 kRoundUnnecessary enumerator