OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kRoundHalfEven
(Results
1 - 7
of
7
) sorted by null
/external/icu/icu4c/source/i18n/
precision.cpp
25
: fExactOnly(FALSE), fFailIfOverMax(FALSE), fRoundingMode(DecimalFormat::
kRoundHalfEven
) {
digitlst.cpp
262
case DecimalFormat::
kRoundHalfEven
: r = DEC_ROUND_HALF_EVEN; break;
[
all
...]
decimfmtimpl.cpp
52
fRoundingMode(DecimalFormat::
kRoundHalfEven
),
79
fRoundingMode(DecimalFormat::
kRoundHalfEven
),
[
all
...]
/external/icu/icu4c/source/i18n/unicode/
decimfmt.h
647
* DecimalFormat::
kRoundHalfEven
. The rounding mode can only be set
679
kRoundHalfEven
, /**< Round towards the nearest integer, or
[
all
...]
/external/icu/icu4c/source/test/intltest/
dcfmtest.cpp
407
fmtr.setRoundingMode(DecimalFormat::
kRoundHalfEven
);
numberformattesttuple.cpp
35
{"halfEven", DecimalFormat::
kRoundHalfEven
},
numfmtst.cpp
[
all
...]
Completed in 169 milliseconds