Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/i18n/unicode/
Dnumfmt.h191 kRoundHalfEven, /**< Round towards the nearest integer, or enumerator
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/
Dnumfmt.h189 kRoundHalfEven, /**< Round towards the nearest integer, or enumerator
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dnumfmt.h191 kRoundHalfEven, /**< Round towards the nearest integer, or enumerator
/third_party/node/deps/icu-small/source/i18n/unicode/
Dnumfmt.h191 kRoundHalfEven, /**< Round towards the nearest integer, or enumerator
/third_party/icu/icu4c/source/test/intltest/
Ddcfmtest.cpp429 fmtr.setRoundingMode(DecimalFormat::kRoundHalfEven); in execFormatTest()
Dnumberformattesttuple.cpp39 {"halfEven", DecimalFormat::kRoundHalfEven},
Dnumfmtst.cpp3304 for (int mode=DecimalFormat::kRoundUp;mode<DecimalFormat::kRoundHalfEven;mode++) { in TestRounding()
7834 { DecimalFormat::kRoundHalfEven, 2.5, "2"}, in Test10419RoundingWith0FractionDigits()
7887 DecimalFormat::kRoundHalfEven, in TestRoundingScientific10542()
9183 pFormat->setRoundingMode(DecimalFormat::kRoundHalfEven); in Test13055_PercentageRounding()