Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/text/
DDecimalFormat.java3971 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