Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/unicode/
Dnumfmt.h193 kRoundHalfUp, /**< Round towards the nearest integer, or enumerator
/external/icu/icu4c/source/test/intltest/
Ddcfmtest.cpp413 fmtr.setRoundingMode(DecimalFormat::kRoundHalfUp); in execFormatTest()
Dnumberformattesttuple.cpp38 {"halfUp", DecimalFormat::kRoundHalfUp},
Dnumfmtst.cpp7635 { DecimalFormat::kRoundHalfUp, 2.5, "3"}, in Test10419RoundingWith0FractionDigits()
7688 DecimalFormat::kRoundHalfUp, in TestRoundingScientific10542()
/external/v8/src/objects/
Dintl-objects.cc300 number_format->setRoundingMode(icu::DecimalFormat::kRoundHalfUp); in SetNumericSettings()
2225 number_format->setRoundingMode(icu::DecimalFormat::kRoundHalfUp); in SetNumberFormatDigitOptions()