Searched refs:exround (Results 1 - 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/math/
H A DBigDecimal.java2065 * Finally, the sixth argument, <code>exround</code>, selects the rounding algorithm to be used, and must be one of
2070 * discarded -- if <code>exround</code> has this value than if non-zero digits would be discarded (rounded) during
2084 * @param exround The <code>int</code> specifying the rounding mode to use. Use -1 for the default,
2094 public java.lang.String format(int before, int after, int explaces, int exdigits, int exformint, int exround) { argument
2130 if (exround != ROUND_HALF_UP) {
2132 if (exround == (-1))
2133 exround = ROUND_HALF_UP;
2135 new android.icu.math.MathContext(9, android.icu.math.MathContext.SCIENTIFIC, false, exround);
2137 badarg("format", 6, java.lang.String.valueOf(exround));
2146 * exround i
[all...]
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/math/
H A DBigDecimal.java2112 * Finally, the sixth argument, <code>exround</code>, selects the rounding algorithm to be used, and must be one of
2117 * discarded -- if <code>exround</code> has this value than if non-zero digits would be discarded (rounded) during
2131 * @param exround The <code>int</code> specifying the rounding mode to use. Use -1 for the default,
2142 public java.lang.String format(int before, int after, int explaces, int exdigits, int exformint, int exround) { argument
2178 if (exround != ROUND_HALF_UP) {
2180 if (exround == (-1))
2181 exround = ROUND_HALF_UP;
2183 new com.ibm.icu.math.MathContext(9, com.ibm.icu.math.MathContext.SCIENTIFIC, false, exround);
2185 badarg("format", 6, java.lang.String.valueOf(exround));
2194 * exround i
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/math/
H A DBigDecimal.java2118 * Finally, the sixth argument, <code>exround</code>, selects the rounding algorithm to be used, and must be one of
2123 * discarded -- if <code>exround</code> has this value than if non-zero digits would be discarded (rounded) during
2137 * @param exround The <code>int</code> specifying the rounding mode to use. Use -1 for the default,
2148 public java.lang.String format(int before, int after, int explaces, int exdigits, int exformint, int exround) { argument
2184 if (exround != ROUND_HALF_UP) {
2186 if (exround == (-1))
2187 exround = ROUND_HALF_UP;
2189 new com.ibm.icu.math.MathContext(9, com.ibm.icu.math.MathContext.SCIENTIFIC, false, exround);
2191 badarg("format", 6, java.lang.String.valueOf(exround));
2200 * exround i
[all...]

Completed in 110 milliseconds