Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Ddcfmtest.cpp411 fmtr.setRoundingMode(DecimalFormat::kRoundHalfUp); in execFormatTest()
Dnumfmtst.cpp7337 { DecimalFormat::kRoundHalfUp, 2.5, "3"}, in Test10419RoundingWith0FractionDigits()
7395 DecimalFormat::kRoundHalfUp, in TestRoundingScientific10542()
/external/icu/icu4c/source/i18n/
Ddigitlst.cpp263 case DecimalFormat::kRoundHalfUp: r = DEC_ROUND_HALF_UP; break; in setRoundingMode()
/external/icu/icu4c/source/i18n/unicode/
Ddecimfmt.h678 kRoundHalfUp, /**< Round towards the nearest integer, or enumerator
/external/v8/src/
Di18n.cc325 number_format->setRoundingMode(icu::DecimalFormat::kRoundHalfUp); in CreateICUNumberFormat()