Searched refs:kRoundHalfEven (Results 1 – 4 of 4) sorted by relevance
191 kRoundHalfEven, /**< Round towards the nearest integer, or enumerator
429 fmtr.setRoundingMode(DecimalFormat::kRoundHalfEven); in execFormatTest()
36 {"halfEven", DecimalFormat::kRoundHalfEven},
3238 for (int mode=DecimalFormat::kRoundUp;mode<DecimalFormat::kRoundHalfEven;mode++) { in TestRounding()7768 { DecimalFormat::kRoundHalfEven, 2.5, "2"}, in Test10419RoundingWith0FractionDigits()7821 DecimalFormat::kRoundHalfEven, in TestRoundingScientific10542()9082 pFormat->setRoundingMode(DecimalFormat::kRoundHalfEven); in Test13055_PercentageRounding()