Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/text/
DDecimalFormat.java3923 maximumIntegerDigits = Math.min(Math.max(0, newValue), MAXIMUM_INTEGER_DIGITS); in setMaximumIntegerDigits()
3947 minimumIntegerDigits = Math.min(Math.max(0, newValue), MAXIMUM_INTEGER_DIGITS); in setMinimumIntegerDigits()
4893 static final int MAXIMUM_INTEGER_DIGITS = Integer.MAX_VALUE; field in DecimalFormat