Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/source/test/intltest/
Ddcfmtest.cpp393 fmtr.setRoundingMode(DecimalFormat::kRoundHalfEven); in execFormatTest()
Dnumfmtst.cpp2503 for (int mode=DecimalFormat::kRoundUp;mode<DecimalFormat::kRoundHalfEven;mode++) { in TestRounding()
/external/icu4c/test/intltest/
Ddcfmtest.cpp403 fmtr.setRoundingMode(DecimalFormat::kRoundHalfEven); in execFormatTest()
Dnumfmtst.cpp2778 for (int mode=DecimalFormat::kRoundUp;mode<DecimalFormat::kRoundHalfEven;mode++) { in TestRounding()
/external/chromium_org/third_party/icu/source/i18n/unicode/
Ddecimfmt.h654 kRoundHalfEven, /**< Round towards the nearest integer, or enumerator
/external/chromium_org/third_party/icu/source/i18n/
Ddigitlst.cpp255 case DecimalFormat::kRoundHalfEven: r = DEC_ROUND_HALF_EVEN; break; in setRoundingMode()
Ddecimfmt.cpp336 fRoundingMode = kRoundHalfEven; in init()
361 fRoundingMode = kRoundHalfEven; in construct()
4180 fRoundingMode = kRoundHalfEven; in applyPatternWithoutExpandAffix()
/external/icu4c/i18n/
Ddigitlst.cpp265 case DecimalFormat::kRoundHalfEven: r = DEC_ROUND_HALF_EVEN; break; in setRoundingMode()
Ddecimfmt.cpp366 fRoundingMode = kRoundHalfEven; in init()
402 fRoundingMode = kRoundHalfEven; in construct()
5013 fRoundingMode = kRoundHalfEven; in applyPatternWithoutExpandAffix()
/external/icu4c/i18n/unicode/
Ddecimfmt.h674 kRoundHalfEven, /**< Round towards the nearest integer, or enumerator