OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kRoundHalfEven
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
dcfmtest.cpp
393
fmtr.setRoundingMode(DecimalFormat::
kRoundHalfEven
);
numfmtst.cpp
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
decimfmt.h
622
* DecimalFormat::
kRoundHalfEven
. The rounding mode can only be set
654
kRoundHalfEven
, /**< Round towards the nearest integer, or
[
all
...]
/external/icu4c/test/intltest/
dcfmtest.cpp
403
fmtr.setRoundingMode(DecimalFormat::
kRoundHalfEven
);
numfmtst.cpp
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/
digitlst.cpp
255
case DecimalFormat::
kRoundHalfEven
: r = DEC_ROUND_HALF_EVEN; break;
decimfmt.cpp
336
fRoundingMode =
kRoundHalfEven
;
361
fRoundingMode =
kRoundHalfEven
;
[
all
...]
/external/icu4c/i18n/
digitlst.cpp
265
case DecimalFormat::
kRoundHalfEven
: r = DEC_ROUND_HALF_EVEN; break;
decimfmt.cpp
366
fRoundingMode =
kRoundHalfEven
;
402
fRoundingMode =
kRoundHalfEven
;
[
all
...]
/external/icu4c/i18n/unicode/
decimfmt.h
642
* DecimalFormat::
kRoundHalfEven
. The rounding mode can only be set
674
kRoundHalfEven
, /**< Round towards the nearest integer, or
[
all
...]
Completed in 80 milliseconds