Searched refs:kRoundHalfEven (Results 1 – 4 of 4) sorted by relevance
189 kRoundHalfEven, /**< Round towards the nearest integer, or enumerator
409 fmtr.setRoundingMode(DecimalFormat::kRoundHalfEven); in execFormatTest()
36 {"halfEven", DecimalFormat::kRoundHalfEven},
3118 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()