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

/openjdk7/jdk/src/share/classes/java/text/
H A DDecimalFormat.java2629 MAXIMUM_INTEGER_DIGITS);
2649 setMaximumIntegerDigits(MAXIMUM_INTEGER_DIGITS);
2676 maximumIntegerDigits = Math.min(Math.max(0, newValue), MAXIMUM_INTEGER_DIGITS);
2695 minimumIntegerDigits = Math.min(Math.max(0, newValue), MAXIMUM_INTEGER_DIGITS);
3267 static final int MAXIMUM_INTEGER_DIGITS = Integer.MAX_VALUE; field in class:DecimalFormat

Completed in 56 milliseconds