Searched refs:movePointRight (Results 1 - 15 of 15) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bigdec/
H A DDiagBigDecimalTest.java3713 /** Test the {@link android.icu.math.BigDecimal#movePointRight} method. */
3717 TestFmwk.assertTrue("mpr001", ((new android.icu.math.BigDecimal("-1")).movePointRight(+10).toString()).equals("-10000000000"));
3718 TestFmwk.assertTrue("mpr002", ((new android.icu.math.BigDecimal("-1")).movePointRight(+5).toString()).equals("-100000"));
3719 TestFmwk.assertTrue("mpr003", ((new android.icu.math.BigDecimal("-1")).movePointRight(+1).toString()).equals("-10"));
3720 TestFmwk.assertTrue("mpr004", ((new android.icu.math.BigDecimal("-1")).movePointRight(0).toString()).equals("-1"));
3721 TestFmwk.assertTrue("mpr005", ((new android.icu.math.BigDecimal("-1")).movePointRight(-1).toString()).equals("-0.1"));
3722 TestFmwk.assertTrue("mpr006", ((new android.icu.math.BigDecimal("-1")).movePointRight(-5).toString()).equals("-0.00001"));
3723 TestFmwk.assertTrue("mpr007", ((new android.icu.math.BigDecimal("-1")).movePointRight(-10).toString()).equals("-0.0000000001"));
3725 TestFmwk.assertTrue("mpr010", ((new android.icu.math.BigDecimal("0")).movePointRight(+10).toString()).equals("0"));
3726 TestFmwk.assertTrue("mpr011", ((new android.icu.math.BigDecimal("0")).movePointRight(
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/
H A DDiagBigDecimalTest.java3712 /** Test the {@link com.ibm.icu.math.BigDecimal#movePointRight} method. */
3716 TestFmwk.assertTrue("mpr001", ((new com.ibm.icu.math.BigDecimal("-1")).movePointRight(+10).toString()).equals("-10000000000"));
3717 TestFmwk.assertTrue("mpr002", ((new com.ibm.icu.math.BigDecimal("-1")).movePointRight(+5).toString()).equals("-100000"));
3718 TestFmwk.assertTrue("mpr003", ((new com.ibm.icu.math.BigDecimal("-1")).movePointRight(+1).toString()).equals("-10"));
3719 TestFmwk.assertTrue("mpr004", ((new com.ibm.icu.math.BigDecimal("-1")).movePointRight(0).toString()).equals("-1"));
3720 TestFmwk.assertTrue("mpr005", ((new com.ibm.icu.math.BigDecimal("-1")).movePointRight(-1).toString()).equals("-0.1"));
3721 TestFmwk.assertTrue("mpr006", ((new com.ibm.icu.math.BigDecimal("-1")).movePointRight(-5).toString()).equals("-0.00001"));
3722 TestFmwk.assertTrue("mpr007", ((new com.ibm.icu.math.BigDecimal("-1")).movePointRight(-10).toString()).equals("-0.0000000001"));
3724 TestFmwk.assertTrue("mpr010", ((new com.ibm.icu.math.BigDecimal("0")).movePointRight(+10).toString()).equals("0"));
3725 TestFmwk.assertTrue("mpr011", ((new com.ibm.icu.math.BigDecimal("0")).movePointRight(
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DDecimalFormat.java914 BigDecimal.ONE.movePointRight(-log10RoundingIncr).doubleValue();
917 BigDecimal.ONE.movePointRight(log10RoundingIncr).doubleValue();
4481 roundingDigits = roundingIncrementICU.movePointRight(i).toString();
5104 roundingIncrementICU = roundingIncrementICU.movePointRight(-scale);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDecimalFormat.java919 BigDecimal.ONE.movePointRight(-log10RoundingIncr).doubleValue();
922 BigDecimal.ONE.movePointRight(log10RoundingIncr).doubleValue();
4548 roundingDigits = roundingIncrementICU.movePointRight(i).toString();
5175 roundingIncrementICU = roundingIncrementICU.movePointRight(-scale);
/external/icu/android_icu4j/src/main/java/android/icu/math/
H A DBigDecimal.java2505 * <code>n</code> may be negative, in which case the method returns the same result as <code>movePointRight(-n)
2536 public android.icu.math.BigDecimal movePointRight(int n) { method in class:BigDecimal
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/math/
H A DBigDecimal.java2555 * <code>n</code> may be negative, in which case the method returns the same result as <code>movePointRight(-n)
2588 public com.ibm.icu.math.BigDecimal movePointRight(int n) { method in class:BigDecimal
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/math/
H A DBigDecimal.java2564 * <code>n</code> may be negative, in which case the method returns the same result as <code>movePointRight(-n)
2597 public com.ibm.icu.math.BigDecimal movePointRight(int n) { method in class:BigDecimal
/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/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 158 milliseconds