Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/unicode/
Dnumfmt.h192 kRoundHalfDown, /**< Round towards the nearest integer, or enumerator
/external/icu/icu4c/source/test/intltest/
Ddcfmtest.cpp411 fmtr.setRoundingMode(DecimalFormat::kRoundHalfDown); in execFormatTest()
Dnumberformattesttuple.cpp38 {"halfDown", DecimalFormat::kRoundHalfDown},
Dnumfmtst.cpp7871 { DecimalFormat::kRoundHalfDown, 1.5, "1"}, in Test10419RoundingWith0FractionDigits()
7929 DecimalFormat::kRoundHalfDown, in TestRoundingScientific10542()
/external/icu/icu4c/source/i18n/
Ddigitlst.cpp289 case DecimalFormat::kRoundHalfDown: r = DEC_ROUND_HALF_DOWN; break; in setRoundingMode()