Searched refs:MAXIMUM_FRACTION_DIGITS (Results 1 – 1 of 1) sorted by relevance
3971 maximumFractionDigits = Math.min(Math.max(0, newValue), MAXIMUM_FRACTION_DIGITS); in setMaximumFractionDigits()3995 minimumFractionDigits = Math.min(Math.max(0, newValue), MAXIMUM_FRACTION_DIGITS); in setMinimumFractionDigits()4894 static final int MAXIMUM_FRACTION_DIGITS = Integer.MAX_VALUE; field in DecimalFormat