Home | History | Annotate | Download | only in text

Lines Matching refs:minIntegerDigits

1581             minimumIntegerDigits = minIntegerDigits;
1613 minIntegerDigits = (minimumIntegerDigits > Byte.MAX_VALUE) ? Byte.MAX_VALUE :
1648 * <code>minIntegerDigits</code>.
1671 * When writing to a stream, <code>minIntegerDigits</code> is set to
1679 private byte minIntegerDigits = 1;