OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setRoundingMode
(Results
1 - 25
of
31
) 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/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
");
numfmtst.cpp
[
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) {
/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/chromium_org/third_party/icu/source/i18n/
digitlst.h
272
void
setRoundingMode
(DecimalFormat::ERoundingMode m);
digitlst.cpp
247
DigitList::
setRoundingMode
(DecimalFormat::ERoundingMode m) {
unum.cpp
630
df->
setRoundingMode
((DecimalFormat::ERoundingMode)newValue);
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
...]
/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);
/libcore/luni/src/test/java/libcore/java/text/
DecimalFormatTest.java
42
df.
setRoundingMode
(RoundingMode.HALF_UP);
/libcore/luni/src/main/native/
libcore_icu_NativeDecimalFormat.cpp
135
fmt->
setRoundingMode
(static_cast<DecimalFormat::ERoundingMode>(mode));
357
NATIVE_METHOD(NativeDecimalFormat,
setRoundingMode
, "(JID)V"),
/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
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
/prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar
Completed in 434 milliseconds
1
2