Home | History | Annotate | Download | only in text

Lines Matching defs:withZeros

1500     private final boolean withZeros;
1522 this.withZeros = description.endsWith("<<");
1544 return denominator == that2.denominator && withZeros == that2.withZeros;
1571 if (withZeros && ruleSet != null) {
1634 // if withZeros is true, we need to count the zeros
1637 if (withZeros) {
1665 Number result = super.doParse(text, parsePosition, withZeros ? 1 : baseValue, upperBound, false);
1667 if (withZeros) {