Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/unicode/
Dnumfmt.h195 kRoundHalfUp, /**< Round towards the nearest integer, or enumerator
/external/icu/libicu/cts_headers/unicode/
Dnumfmt.h195 kRoundHalfUp, /**< Round towards the nearest integer, or enumerator
/external/icu/icu4c/source/test/intltest/
Ddcfmtest.cpp433 fmtr.setRoundingMode(DecimalFormat::kRoundHalfUp); in execFormatTest()
Dnumberformattesttuple.cpp41 {"halfUp", DecimalFormat::kRoundHalfUp},
Dnumfmtst.cpp7834 { DecimalFormat::kRoundHalfUp, 2.5, "3"}, in Test10419RoundingWith0FractionDigits()
7887 DecimalFormat::kRoundHalfUp, in TestRoundingScientific10542()