OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kRoundUnnecessary
(Results
1 - 5
of
5
) sorted by null
/external/icu/icu4c/source/i18n/
decimfmtimpl.h
243
fEffPrecision.fMantissa.fExactOnly = (fRoundingMode == DecimalFormat::
kRoundUnnecessary
);
digitlst.cpp
265
case DecimalFormat::
kRoundUnnecessary
: r = DEC_ROUND_HALF_EVEN; break;
[
all
...]
/external/icu/icu4c/source/i18n/unicode/
decimfmt.h
689
kRoundUnnecessary
[
all
...]
/external/icu/icu4c/source/test/intltest/
dcfmtest.cpp
415
fmtr.setRoundingMode(DecimalFormat::
kRoundUnnecessary
);
numberformattesttuple.cpp
38
{"unnecessary", DecimalFormat::
kRoundUnnecessary
}};
Completed in 105 milliseconds