Home
last modified time | relevance | path

Searched refs:kRoundHalfEven (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
Dnumfmt.h189 kRoundHalfEven, /**< Round towards the nearest integer, or enumerator
/external/icu/icu4c/source/test/intltest/
Ddcfmtest.cpp409 fmtr.setRoundingMode(DecimalFormat::kRoundHalfEven); in execFormatTest()
Dnumberformattesttuple.cpp36 {"halfEven", DecimalFormat::kRoundHalfEven},
Dnumfmtst.cpp3118 for (int mode=DecimalFormat::kRoundUp;mode<DecimalFormat::kRoundHalfEven;mode++) { in TestRounding()
7634 { DecimalFormat::kRoundHalfEven, 2.5, "2"}, in Test10419RoundingWith0FractionDigits()
7687 DecimalFormat::kRoundHalfEven, in TestRoundingScientific10542()
8814 pFormat->setRoundingMode(DecimalFormat::kRoundHalfEven); in Test13055_PercentageRounding()