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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DIntlTestDecimalFormatAPI.java302 (comp1.getRoundingMode() != resultICU.getRoundingMode()))
314 (comp2.getRoundingMode() != resultICU.getRoundingMode()))
326 (comp3.getRoundingMode() != result.getRoundingMode()))
H A DIntlTestDecimalFormatAPIC.java255 if (pat.getRoundingMode() != mode) {
H A DNumberFormatTest.java2058 + ",\tRounding-mode: " + roundingModeNames[nf.getRoundingMode()]
2065 + ",\tRounding-mode: " + roundingModeNames[nf.getRoundingMode()]
2944 * Tests the method public int getRoundingMode() public void setRoundingMode(int roundingMode)
2988 // Tests the function 'public int getRoundingMode()'
2990 tgrm.getRoundingMode();
2991 errln("NumberFormat.getRoundingMode() was suppose to return an exception");
/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/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/unicode/
H A Ddecimfmt.h1337 * @see #getRoundingMode
1350 * @see #getRoundingMode
1364 virtual ERoundingMode getRoundingMode(void) const;
1371 * @see #getRoundingMode
/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/icu/icu4c/source/test/intltest/
H A Ddcfmapts.cpp482 if(pat.getRoundingMode() != (DecimalFormat::ERoundingMode)mode){
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/
H A DDiagBigDecimal.java944 (new Test("cuc023")).ok = (com.ibm.icu.math.MathContext.DEFAULT.getRoundingMode()) == com.ibm.icu.math.MathContext.ROUND_HALF_UP;
952 (new Test("cuc033")).ok = (mc9.getRoundingMode()) == com.ibm.icu.math.MathContext.ROUND_HALF_UP;
956 (new Test("cuc037")).ok = (mcld.getRoundingMode()) == com.ibm.icu.math.MathContext.ROUND_HALF_UP;
960 (new Test("cuc041")).ok = (mcfd.getRoundingMode()) == com.ibm.icu.math.MathContext.ROUND_HALF_UP;
4631 (new Test("mcn006")).ok=(com.ibm.icu.math.MathContext.DEFAULT.getRoundingMode())==com.ibm.icu.math.MathContext.ROUND_HALF_UP;
4646 (new Test("mcn024")).ok=(mccon1.getRoundingMode())==com.ibm.icu.math.MathContext.ROUND_HALF_UP;
4652 (new Test("mcn034")).ok=(mccon2.getRoundingMode())==com.ibm.icu.math.MathContext.ROUND_HALF_UP;
4658 (new Test("mcn044")).ok=(mccon3.getRoundingMode())==com.ibm.icu.math.MathContext.ROUND_HALF_UP;
4664 (new Test("mcn054")).ok = (mccon4.getRoundingMode()) == com.ibm.icu.math.MathContext.ROUND_FLOOR;
/external/icu/icu4c/source/i18n/
H A Ddecimfmt.cpp3869 * @see #getRoundingMode
3886 * @see #getRoundingMode
3915 DecimalFormat::ERoundingMode DecimalFormat::getRoundingMode() const {
3925 * @see #getRoundingMode
5590 return getRoundingMode();
/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 457 milliseconds