Searched refs:kRoundHalfDown (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Ddcfmtest.cpp405 fmtr.setRoundingMode(DecimalFormat::kRoundHalfDown);
/external/icu/icu4c/source/test/intltest/
H A Ddcfmtest.cpp409 fmtr.setRoundingMode(DecimalFormat::kRoundHalfDown);
H A Dnumfmtst.cpp7329 { DecimalFormat::kRoundHalfDown, 1.5, "1"},
7387 DecimalFormat::kRoundHalfDown,
/external/chromium_org/third_party/icu/source/i18n/
H A Ddigitlst.cpp266 case DecimalFormat::kRoundHalfDown: r = DEC_ROUND_HALF_DOWN; break;
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ddecimfmt.h676 kRoundHalfDown, /**< Round towards the nearest integer, or enumerator in enum:DecimalFormat::ERoundingMode
/external/icu/icu4c/source/i18n/
H A Ddigitlst.cpp262 case DecimalFormat::kRoundHalfDown: r = DEC_ROUND_HALF_DOWN; break;
/external/icu/icu4c/source/i18n/unicode/
H A Ddecimfmt.h676 kRoundHalfDown, /**< Round towards the nearest integer, or enumerator in enum:DecimalFormat::ERoundingMode

Completed in 1660 milliseconds