Searched refs:kRoundHalfEven (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Ddcfmtest.cpp403 fmtr.setRoundingMode(DecimalFormat::kRoundHalfEven);
H A Dnumfmtst.cpp2858 for (int mode=DecimalFormat::kRoundUp;mode<DecimalFormat::kRoundHalfEven;mode++) {
/external/icu/icu4c/source/test/intltest/
H A Ddcfmtest.cpp407 fmtr.setRoundingMode(DecimalFormat::kRoundHalfEven);
H A Dnumfmtst.cpp2883 for (int mode=DecimalFormat::kRoundUp;mode<DecimalFormat::kRoundHalfEven;mode++) {
7330 { DecimalFormat::kRoundHalfEven, 2.5, "2"},
7388 DecimalFormat::kRoundHalfEven,
/external/chromium_org/third_party/icu/source/i18n/
H A Ddigitlst.cpp265 case DecimalFormat::kRoundHalfEven: r = DEC_ROUND_HALF_EVEN; break;
H A Ddecimfmt.cpp391 fRoundingMode = kRoundHalfEven;
426 fRoundingMode = kRoundHalfEven;
5313 fRoundingMode = kRoundHalfEven;
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ddecimfmt.h642 * DecimalFormat::kRoundHalfEven. The rounding mode can only be set
674 kRoundHalfEven, /**< Round towards the nearest integer, or enumerator in enum:DecimalFormat::ERoundingMode
/external/icu/icu4c/source/i18n/
H A Ddigitlst.cpp261 case DecimalFormat::kRoundHalfEven: r = DEC_ROUND_HALF_EVEN; break;
H A Ddecimfmt.cpp412 fRoundingMode = kRoundHalfEven;
447 fRoundingMode = kRoundHalfEven;
/external/icu/icu4c/source/i18n/unicode/
H A Ddecimfmt.h642 * DecimalFormat::kRoundHalfEven. The rounding mode can only be set
674 kRoundHalfEven, /**< Round towards the nearest integer, or enumerator in enum:DecimalFormat::ERoundingMode

Completed in 279 milliseconds