Searched refs:kRoundHalfEven (Results 1 – 4 of 4) sorted by relevance
159 fRoundingMode = DecimalFormat::kRoundHalfEven; in clear()603 if (fRoundingMode == DecimalFormat::kRoundHalfEven || in shouldRoundUp()613 case DecimalFormat::kRoundHalfEven: in shouldRoundUp()
284 fRoundingMode = kRoundHalfEven; in construct()807 case kRoundHalfEven: in round()3700 fRoundingMode = kRoundHalfEven; in applyPattern()
614 kRoundHalfEven, /**< Round towards the nearest integer, or enumerator
2356 for (int mode=DecimalFormat::kRoundUp;mode<DecimalFormat::kRoundHalfEven;mode++) { in TestRounding()