Searched defs:setRoundingMode (Results 1 - 11 of 11) sorted by path

/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
H A DDfpField.java258 public void setRoundingMode(final RoundingMode mode) { method in class:DfpField
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
H A DBigMatrixImpl.java546 public void setRoundingMode(int roundingMode) { method in class:BigMatrixImpl
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
H A DBigReal.java206 public void setRoundingMode(RoundingMode roundingMode) { method in class:BigReal
/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/icu/icu4c/source/i18n/
H A Ddigitlst.cpp243 // setRoundingMode()
253 DigitList::setRoundingMode(DecimalFormat::ERoundingMode m) { function in class:DigitList
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDecimalFormat.java3314 * @see #setRoundingMode
3332 * @see #setRoundingMode
3352 * @see #setRoundingMode
3377 * @see #setRoundingMode
3401 * @see #setRoundingMode
3424 public void setRoundingMode(int roundingMode) { method in class:DecimalFormat
H A DNumberFormat.java1276 * @see #setRoundingMode(int)
1293 public void setRoundingMode(int roundingMode) { method in class:NumberFormat
1295 "setRoundingMode must be implemented by the subclass implementation.");
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/icuadapter/
H A DNumberFormatJDK.java250 public void setRoundingMode(int roundingMode) { method in class:NumberFormatJDK
281 fJdkNfmt.setRoundingMode(mode);
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
H A DDecimalFormatICU.java364 public void setRoundingMode(RoundingMode roundingMode) { method in class:DecimalFormatICU
366 fIcuDecfmt.setRoundingMode(com.ibm.icu.math.BigDecimal.ROUND_CEILING);
368 fIcuDecfmt.setRoundingMode(com.ibm.icu.math.BigDecimal.ROUND_DOWN);
370 fIcuDecfmt.setRoundingMode(com.ibm.icu.math.BigDecimal.ROUND_FLOOR);
372 fIcuDecfmt.setRoundingMode(com.ibm.icu.math.BigDecimal.ROUND_HALF_DOWN);
374 fIcuDecfmt.setRoundingMode(com.ibm.icu.math.BigDecimal.ROUND_HALF_EVEN);
376 fIcuDecfmt.setRoundingMode(com.ibm.icu.math.BigDecimal.ROUND_HALF_UP);
378 fIcuDecfmt.setRoundingMode(com.ibm.icu.math.BigDecimal.ROUND_UNNECESSARY);
380 fIcuDecfmt.setRoundingMode(com.ibm.icu.math.BigDecimal.ROUND_UP);
H A DNumberFormatICU.java206 public void setRoundingMode(RoundingMode roundingMode) { method in class:NumberFormatICU
208 fIcuNfmt.setRoundingMode(com.ibm.icu.math.BigDecimal.ROUND_CEILING);
210 fIcuNfmt.setRoundingMode(com.ibm.icu.math.BigDecimal.ROUND_DOWN);
212 fIcuNfmt.setRoundingMode(com.ibm.icu.math.BigDecimal.ROUND_FLOOR);
214 fIcuNfmt.setRoundingMode(com.ibm.icu.math.BigDecimal.ROUND_HALF_DOWN);
216 fIcuNfmt.setRoundingMode(com.ibm.icu.math.BigDecimal.ROUND_HALF_EVEN);
218 fIcuNfmt.setRoundingMode(com.ibm.icu.math.BigDecimal.ROUND_HALF_UP);
220 fIcuNfmt.setRoundingMode(com.ibm.icu.math.BigDecimal.ROUND_UNNECESSARY);
222 fIcuNfmt.setRoundingMode(com.ibm.icu.math.BigDecimal.ROUND_UP);
/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 749 milliseconds