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

/openjdk7/jdk/src/share/classes/java/text/
H A DDecimalFormat.java2651 setMaximumFractionDigits(MAXIMUM_FRACTION_DIGITS);
2714 maximumFractionDigits = Math.min(Math.max(0, newValue), MAXIMUM_FRACTION_DIGITS);
2733 minimumFractionDigits = Math.min(Math.max(0, newValue), MAXIMUM_FRACTION_DIGITS);
3268 static final int MAXIMUM_FRACTION_DIGITS = Integer.MAX_VALUE; field in class:DecimalFormat

Completed in 36 milliseconds