Searched defs:getRoundingMode (Results 1 - 12 of 12) sorted by relevance

/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/linear/
H A DBigMatrix.java114 int getRoundingMode(); method in interface:BigMatrix
H A DBigMatrixImpl.java537 public int getRoundingMode() { method in class:BigMatrixImpl
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/math/
H A DMathContext.java522 public int getRoundingMode(){ method in class:MathContext
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/icuadapter/
H A DNumberFormatJDK.java147 public int getRoundingMode() { method in class:NumberFormatJDK
148 RoundingMode jdkMode = fJdkNfmt.getRoundingMode();
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
H A DNumberFormatICU.java107 public RoundingMode getRoundingMode() { method in class:NumberFormatICU
108 int icuMode = fIcuNfmt.getRoundingMode();
H A DDecimalFormatICU.java196 public RoundingMode getRoundingMode() { method in class:DecimalFormatICU
197 int icuMode = fIcuDecfmt.getRoundingMode();
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
H A DDfpField.java265 public RoundingMode getRoundingMode() { method in class:DfpField
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DNumberFormat.java1279 public int getRoundingMode() { method in class:NumberFormat
1281 "getRoundingMode must be implemented by the subclass implementation.");
1290 * @see #getRoundingMode()
H A DDecimalFormat.java3313 * @see #getRoundingMode
3331 * @see #getRoundingMode
3351 * @see #getRoundingMode
3376 * @see #getRoundingMode
3406 public int getRoundingMode() { method in class:DecimalFormat
3419 * @see #getRoundingMode
3740 java.math.RoundingMode.valueOf(mathContext.getRoundingMode()));
3766 (newValue.getRoundingMode()).ordinal());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 254 milliseconds