Home | History | Annotate | Download | only in text

Lines Matching defs:maxFractionDigits

1069         return maximumIntegerDigits * 37 + maxFractionDigits;
1582 maximumFractionDigits = maxFractionDigits;
1615 maxFractionDigits = (maximumFractionDigits > Byte.MAX_VALUE) ? Byte.MAX_VALUE :
1689 * When writing to a stream, <code>maxFractionDigits</code> is set to
1697 private byte maxFractionDigits = 3; // invariant, >= minFractionDigits