Searched refs:exdigits (Results 1 - 4 of 4) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/math/
H A DBigDecimal.java2044 * <code>exdigits</code>, and <code>exform</code>) control the exponent part of the result. As before, the default
2054 * <code>exdigits</code> sets the trigger point for use of exponential notation. If, before any rounding, the number
2055 * of places needed before the decimal point exceeds <code>exdigits</code>, or if the absolute value of the result
2056 * is less than <code>0.000001</code>, then exponential form will be used, provided that <code>exdigits</code> was
2057 * specified. When <code>exdigits</code> is -1, exponential notation will never be used. If 0 is specified for
2058 * <code>exdigits</code>, exponential notation is always used unless the exponent would be 0.
2079 * @param exdigits The <code>int</code> specifying the trigger (digits before the decimal point) which if exceeded causes
2094 public java.lang.String format(int before, int after, int explaces, int exdigits, int exformint, int exround) { argument
2116 if (exdigits < (-1))
2145 * explaces is exponent places [>0] exdigits i
[all...]
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/math/
H A DBigDecimal.java2091 * <code>exdigits</code>, and <code>exform</code>) control the exponent part of the result. As before, the default
2101 * <code>exdigits</code> sets the trigger point for use of exponential notation. If, before any rounding, the number
2102 * of places needed before the decimal point exceeds <code>exdigits</code>, or if the absolute value of the result
2103 * is less than <code>0.000001</code>, then exponential form will be used, provided that <code>exdigits</code> was
2104 * specified. When <code>exdigits</code> is -1, exponential notation will never be used. If 0 is specified for
2105 * <code>exdigits</code>, exponential notation is always used unless the exponent would be 0.
2126 * @param exdigits The <code>int</code> specifying the trigger (digits before the decimal point) which if exceeded causes
2142 public java.lang.String format(int before, int after, int explaces, int exdigits, int exformint, int exround) { argument
2164 if (exdigits < (-1))
2193 * explaces is exponent places [>0] exdigits i
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/math/
H A DBigDecimal.java2097 * <code>exdigits</code>, and <code>exform</code>) control the exponent part of the result. As before, the default
2107 * <code>exdigits</code> sets the trigger point for use of exponential notation. If, before any rounding, the number
2108 * of places needed before the decimal point exceeds <code>exdigits</code>, or if the absolute value of the result
2109 * is less than <code>0.000001</code>, then exponential form will be used, provided that <code>exdigits</code> was
2110 * specified. When <code>exdigits</code> is -1, exponential notation will never be used. If 0 is specified for
2111 * <code>exdigits</code>, exponential notation is always used unless the exponent would be 0.
2132 * @param exdigits The <code>int</code> specifying the trigger (digits before the decimal point) which if exceeded causes
2148 public java.lang.String format(int before, int after, int explaces, int exdigits, int exformint, int exround) { argument
2170 if (exdigits < (-1))
2199 * explaces is exponent places [>0] exdigits i
[all...]
/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 ...

Completed in 128 milliseconds