OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:setroundingmode
(Results
1 - 25
of
28
) sorted by null
1
2
/external/chromium_org/third_party/icu/source/test/intltest/
dcfmtest.cpp
385
fmtr.
setRoundingMode
(DecimalFormat::kRoundCeiling);
387
fmtr.
setRoundingMode
(DecimalFormat::kRoundFloor);
389
fmtr.
setRoundingMode
(DecimalFormat::kRoundDown);
391
fmtr.
setRoundingMode
(DecimalFormat::kRoundUp);
393
fmtr.
setRoundingMode
(DecimalFormat::kRoundHalfEven);
395
fmtr.
setRoundingMode
(DecimalFormat::kRoundHalfDown);
397
fmtr.
setRoundingMode
(DecimalFormat::kRoundHalfUp);
401
fmtr.
setRoundingMode
(DecimalFormat::kRoundFloor);
dcfmapts.cpp
442
pat.
setRoundingMode
((DecimalFormat::ERoundingMode)mode);
444
errln((UnicodeString)"
SetRoundingMode
or GetRoundingMode failed for mode=" + mode);
496
pat.
setRoundingMode
((DecimalFormat::ERoundingMode)0);
499
errln((UnicodeString)"ERROR: Rounding increment not zero after
setRoundingMode
");
numfmtst.cpp
[
all
...]
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
DecimalFormatTest.java
[
all
...]
NumberFormatTest.java
269
* @test java.text.NumberFormat#
setRoundingMode
(java.math.RoundingMode)
277
((NumberFormat) choiceFormat).
setRoundingMode
(null);
286
* @test java.text.NumberFormat#
setRoundingMode
(java.math.RoundingMode)
294
((NumberFormat) choiceFormat).
setRoundingMode
(RoundingMode.CEILING);
/external/icu4c/test/intltest/
dcfmtest.cpp
395
fmtr.
setRoundingMode
(DecimalFormat::kRoundCeiling);
397
fmtr.
setRoundingMode
(DecimalFormat::kRoundFloor);
399
fmtr.
setRoundingMode
(DecimalFormat::kRoundDown);
401
fmtr.
setRoundingMode
(DecimalFormat::kRoundUp);
403
fmtr.
setRoundingMode
(DecimalFormat::kRoundHalfEven);
405
fmtr.
setRoundingMode
(DecimalFormat::kRoundHalfDown);
407
fmtr.
setRoundingMode
(DecimalFormat::kRoundHalfUp);
411
fmtr.
setRoundingMode
(DecimalFormat::kRoundUnnecessary);
413
fmtr.
setRoundingMode
(DecimalFormat::kRoundFloor);
dcfmapts.cpp
448
pat.
setRoundingMode
((DecimalFormat::ERoundingMode)mode);
450
errln((UnicodeString)"
SetRoundingMode
or GetRoundingMode failed for mode=" + mode);
509
pat.
setRoundingMode
((DecimalFormat::ERoundingMode)0);
512
errln((UnicodeString)"ERROR: Rounding increment not zero after
setRoundingMode
");
/frameworks/base/docs/html/sdk/api_diff/9/changes/
java.text.NumberFormat.html
112
<nobr><code>void</code> <A HREF="../../../../reference/java/text/NumberFormat.html#
setRoundingMode
(java.math.RoundingMode)" target="_top"><code>
setRoundingMode
</code></A>(<code>RoundingMode</code>)</nobr>
alldiffs_index_additions.html
[
all
...]
alldiffs_index_all.html
[
all
...]
/libcore/luni/src/main/java/java/text/
DecimalFormat.java
666
setRoundingMode
(RoundingMode.UP);
668
setRoundingMode
(RoundingMode.DOWN);
674
setRoundingMode
(RoundingMode.UNNECESSARY);
[
all
...]
NumberFormat.java
837
public void
setRoundingMode
(RoundingMode roundingMode) {
/libcore/luni/src/main/native/
libcore_icu_NativeDecimalFormat.cpp
135
fmt->
setRoundingMode
(static_cast<DecimalFormat::ERoundingMode>(mode));
357
NATIVE_METHOD(NativeDecimalFormat,
setRoundingMode
, "(JID)V"),
/libcore/luni/src/test/java/libcore/java/text/
DecimalFormatTest.java
42
df.
setRoundingMode
(RoundingMode.HALF_UP);
/libcore/luni/src/main/java/libcore/icu/
NativeDecimalFormat.java
494
public void
setRoundingMode
(RoundingMode roundingMode, double roundingIncrement) {
506
setRoundingMode
(address, nativeRoundingMode, roundingIncrement);
644
private static native void
setRoundingMode
(long addr, int roundingMode, double roundingIncrement);
/external/chromium_org/third_party/icu/source/i18n/
digitlst.h
272
void
setRoundingMode
(DecimalFormat::ERoundingMode m);
unum.cpp
630
df->
setRoundingMode
((DecimalFormat::ERoundingMode)newValue);
digitlst.cpp
247
DigitList::
setRoundingMode
(DecimalFormat::ERoundingMode m) {
decimfmt.cpp
[
all
...]
/external/icu4c/i18n/
digitlst.h
286
void
setRoundingMode
(DecimalFormat::ERoundingMode m);
digitlst.cpp
247
//
setRoundingMode
()
257
DigitList::
setRoundingMode
(DecimalFormat::ERoundingMode m) {
decimfmt.cpp
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
decimfmt.h
[
all
...]
/external/icu4c/i18n/unicode/
decimfmt.h
[
all
...]
/external/chromium_org/v8/src/
i18n.cc
371
number_format->
setRoundingMode
(icu::DecimalFormat::kRoundHalfUp);
[
all
...]
Completed in 546 milliseconds
1
2