Home | History | Annotate | Download | only in text

Lines Matching defs:minIntegerDigits

1490             minimumIntegerDigits = minIntegerDigits;
1522 minIntegerDigits = (minimumIntegerDigits > Byte.MAX_VALUE) ? Byte.MAX_VALUE :
1557 * <code>minIntegerDigits</code>.
1580 * When writing to a stream, <code>minIntegerDigits</code> is set to
1588 private byte minIntegerDigits = 1;