OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fRoundingMode
(Results
1 - 5
of
5
) sorted by null
/external/icu/icu4c/source/i18n/
precision.h
76
DecimalFormat::ERoundingMode
fRoundingMode
;
90
fRoundingMode
== rhs.
fRoundingMode
);
decimfmtimpl.h
242
fRoundingMode
= mode;
243
fEffPrecision.fMantissa.fExactOnly = (
fRoundingMode
== DecimalFormat::kRoundUnnecessary);
244
fEffPrecision.fMantissa.
fRoundingMode
= mode;
247
return
fRoundingMode
;
355
DecimalFormat::ERoundingMode
fRoundingMode
;
decimfmtimpl.cpp
52
fRoundingMode
(DecimalFormat::kRoundHalfEven),
79
fRoundingMode
(DecimalFormat::kRoundHalfEven),
93
fRoundingMode
(other.
fRoundingMode
),
135
fRoundingMode
= other.
fRoundingMode
;
178
&& (
fRoundingMode
== other.
fRoundingMode
)
463
number.setRoundingMode(
fRoundingMode
);
[
all
...]
precision.cpp
25
: fExactOnly(FALSE), fFailIfOverMax(FALSE),
fRoundingMode
(DecimalFormat::kRoundHalfEven) {
164
value.setRoundingMode(
fRoundingMode
);
404
value.setRoundingMode(fMantissa.
fRoundingMode
);
/external/icu/icu4c/source/test/intltest/
numberformat2test.cpp
[
all
...]
Completed in 565 milliseconds