Home | History | Annotate | Download | only in text

Lines Matching defs:withZeros

1501     private final boolean withZeros;
1523 this.withZeros = description.endsWith("<<");
1545 return denominator == that2.denominator && withZeros == that2.withZeros;
1572 if (withZeros && ruleSet != null) {
1635 // if withZeros is true, we need to count the zeros
1638 if (withZeros) {
1666 Number result = super.doParse(text, parsePosition, withZeros ? 1 : baseValue, upperBound, false);
1668 if (withZeros) {