Searched refs:kRoundHalfUp (Results 1 – 3 of 3) sorted by relevance
397 fmtr.setRoundingMode(DecimalFormat::kRoundHalfUp); in execFormatTest()
660 kRoundHalfUp, /**< Round towards the nearest integer, or enumerator
258 case DecimalFormat::kRoundHalfUp: r = DEC_ROUND_HALF_UP; break; in setRoundingMode()