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

/openjdk7/jdk/src/share/classes/java/text/
H A DDecimalFormat.java602 digitList.set(isNegative, number, useExponentialNotation ?
604 !useExponentialNotation);
690 useExponentialNotation ? maxIntDigits + maxFraDigits : 0);
741 digitList.set(isNegative, number, useExponentialNotation ?
743 maxFraDigits, !useExponentialNotation);
809 useExponentialNotation ? maximumDigits : 0);
907 if (useExponentialNotation) {
1932 && useExponentialNotation == other.useExponentialNotation
1933 && (!useExponentialNotation ||
3107 private boolean useExponentialNotation; // Newly persistent in the Java 2 platform v.1.2 field in class:DecimalFormat
[all...]

Completed in 34 milliseconds