Searched refs:kRoundHalfUp (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Ddcfmtest.cpp407 fmtr.setRoundingMode(DecimalFormat::kRoundHalfUp);
/external/icu/icu4c/source/test/intltest/
H A Ddcfmtest.cpp411 fmtr.setRoundingMode(DecimalFormat::kRoundHalfUp);
H A Dnumfmtst.cpp7331 { DecimalFormat::kRoundHalfUp, 2.5, "3"},
7389 DecimalFormat::kRoundHalfUp,
/external/chromium_org/third_party/icu/source/i18n/
H A Ddigitlst.cpp267 case DecimalFormat::kRoundHalfUp: r = DEC_ROUND_HALF_UP; break;
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ddecimfmt.h678 kRoundHalfUp, /**< Round towards the nearest integer, or enumerator in enum:DecimalFormat::ERoundingMode
/external/icu/icu4c/source/i18n/
H A Ddigitlst.cpp263 case DecimalFormat::kRoundHalfUp: r = DEC_ROUND_HALF_UP; break;
/external/icu/icu4c/source/i18n/unicode/
H A Ddecimfmt.h678 kRoundHalfUp, /**< Round towards the nearest integer, or enumerator in enum:DecimalFormat::ERoundingMode
/external/chromium_org/v8/src/
H A Di18n.cc325 number_format->setRoundingMode(icu::DecimalFormat::kRoundHalfUp);

Completed in 8065 milliseconds