Searched refs:getRoundingMode (Results 1 - 25 of 40) sorted by relevance

12

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DIntlTestDecimalFormatAPI.java307 (comp1.getRoundingMode() != resultICU.getRoundingMode()))
319 (comp2.getRoundingMode() != resultICU.getRoundingMode()))
331 (comp3.getRoundingMode() != result.getRoundingMode()))
H A DIntlTestDecimalFormatAPIC.java286 if (pat.getRoundingMode() != mode) {
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DIntlTestDecimalFormatAPI.java306 (comp1.getRoundingMode() != resultICU.getRoundingMode()))
318 (comp2.getRoundingMode() != resultICU.getRoundingMode()))
330 (comp3.getRoundingMode() != result.getRoundingMode()))
H A DIntlTestDecimalFormatAPIC.java285 if (pat.getRoundingMode() != mode) {
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
H A DBigMatrix.java114 int getRoundingMode(); method in interface:BigMatrix
H A DBigMatrixImpl.java537 public int getRoundingMode() { method in class:BigMatrixImpl
/external/icu/android_icu4j/src/main/java/android/icu/math/
H A DMathContext.java504 public int getRoundingMode(){ method in class:MathContext
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/math/
H A DMathContext.java524 public int getRoundingMode(){ method in class:MathContext
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/math/
H A DMathContext.java524 public int getRoundingMode(){ method in class:MathContext
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/icuadapter/
H A DNumberFormatJDK.java149 public int getRoundingMode() { method in class:NumberFormatJDK
150 RoundingMode jdkMode = fJdkNfmt.getRoundingMode();
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
H A DNumberFormatICU.java109 public RoundingMode getRoundingMode() { method in class:NumberFormatICU
110 int icuMode = fIcuNfmt.getRoundingMode();
H A DDecimalFormatICU.java198 public RoundingMode getRoundingMode() { method in class:DecimalFormatICU
199 int icuMode = fIcuDecfmt.getRoundingMode();
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
H A DBigReal.java197 public RoundingMode getRoundingMode() { method in class:BigReal
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
H A DDfpDec.java216 switch (getField().getRoundingMode()) {
H A DDfpField.java265 public RoundingMode getRoundingMode() { method in class:DfpField
H A DDfp.java1332 switch (field.getRoundingMode()) {
1736 if (field.getRoundingMode() == DfpField.RoundingMode.ROUND_DOWN && nsqd == mant.length) {
/external/icu/icu4c/source/i18n/
H A Ddecimfmtimpl.h248 DecimalFormat::ERoundingMode getRoundingMode() const { function in class:DecimalFormatImpl
H A Ddecimfmt.cpp2467 * @see #getRoundingMode
2480 * @see #getRoundingMode
2494 DecimalFormat::ERoundingMode DecimalFormat::getRoundingMode() const { function in class:DecimalFormat
2495 return fImpl->getRoundingMode();
2504 * @see #getRoundingMode
3248 return getRoundingMode();
/external/icu/icu4c/source/i18n/unicode/
H A Ddecimfmt.h1377 * @see #getRoundingMode
1390 * @see #getRoundingMode
1404 virtual ERoundingMode getRoundingMode(void) const;
1411 * @see #getRoundingMode
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DRuleBasedNumberFormat.java1505 public int getRoundingMode() { method in class:RuleBasedNumberFormat
1516 * @see #getRoundingMode
1917 if (getRoundingMode() != BigDecimal.ROUND_UNNECESSARY) {
H A DNumberFormat.java1204 public int getRoundingMode() { method in class:NumberFormat
1206 "getRoundingMode must be implemented by the subclass implementation.");
1215 * @see #getRoundingMode()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRuleBasedNumberFormat.java1542 public int getRoundingMode() { method in class:RuleBasedNumberFormat
1553 * @see #getRoundingMode
1955 if (getRoundingMode() != BigDecimal.ROUND_UNNECESSARY) {
H A DNumberFormat.java1292 public int getRoundingMode() { method in class:NumberFormat
1294 "getRoundingMode must be implemented by the subclass implementation.");
1303 * @see #getRoundingMode()
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
H A DNumberFormat.java1088 public int getRoundingMode() { method in class:NumberFormat
1098 * @see #getRoundingMode()
/external/icu/icu4c/source/test/intltest/
H A Ddcfmapts.cpp489 if(pat.getRoundingMode() != (DecimalFormat::ERoundingMode)mode){

Completed in 949 milliseconds

12