Home
last modified time | relevance | path

Searched refs:kRoundHalfEven (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/i18n/
Ddigitlst.cpp159 fRoundingMode = DecimalFormat::kRoundHalfEven; in clear()
603 if (fRoundingMode == DecimalFormat::kRoundHalfEven || in shouldRoundUp()
613 case DecimalFormat::kRoundHalfEven: in shouldRoundUp()
Ddecimfmt.cpp284 fRoundingMode = kRoundHalfEven; in construct()
807 case kRoundHalfEven: in round()
3700 fRoundingMode = kRoundHalfEven; in applyPattern()
/external/icu4c/i18n/unicode/
Ddecimfmt.h614 kRoundHalfEven, /**< Round towards the nearest integer, or enumerator
/external/icu4c/test/intltest/
Dnumfmtst.cpp2356 for (int mode=DecimalFormat::kRoundUp;mode<DecimalFormat::kRoundHalfEven;mode++) { in TestRounding()