Searched refs:kRoundHalfUp (Results 1 – 5 of 5) sorted by relevance
411 fmtr.setRoundingMode(DecimalFormat::kRoundHalfUp); in execFormatTest()
7337 { DecimalFormat::kRoundHalfUp, 2.5, "3"}, in Test10419RoundingWith0FractionDigits()7395 DecimalFormat::kRoundHalfUp, in TestRoundingScientific10542()
263 case DecimalFormat::kRoundHalfUp: r = DEC_ROUND_HALF_UP; break; in setRoundingMode()
678 kRoundHalfUp, /**< Round towards the nearest integer, or enumerator
325 number_format->setRoundingMode(icu::DecimalFormat::kRoundHalfUp); in CreateICUNumberFormat()