Searched refs:kRoundCeiling (Results 1 – 3 of 3) sorted by relevance
395 fmtr.setRoundingMode(DecimalFormat::kRoundCeiling); in execFormatTest()
667 kRoundCeiling, /**< Round towards positive infinity */ enumerator
261 case DecimalFormat::kRoundCeiling: r = DEC_ROUND_CEILING; break; in setRoundingMode()