Searched refs:integerTotal (Results 1 – 9 of 9) sorted by relevance
178 return positive.integerTotal > 0; in hasBody()196 public int integerTotal = 0; // for convenience field in PatternStringParser.ParsedSubpatternInfo446 result.integerTotal += 1; in consumeIntegerFormat()459 result.integerTotal += 1; in consumeIntegerFormat()478 result.integerTotal += 1; in consumeIntegerFormat()630 if (positive.integerTotal == 0 && positive.fractionTotal > 0) { in patternInfoToProperties()696 properties.setMaximumIntegerDigits(positive.integerTotal); in patternInfoToProperties()
175 return positive.integerTotal > 0; in hasBody()190 public int integerTotal = 0; // for convenience field in PatternStringParser.ParsedSubpatternInfo440 result.integerTotal += 1; in consumeIntegerFormat()453 result.integerTotal += 1; in consumeIntegerFormat()472 result.integerTotal += 1; in consumeIntegerFormat()624 if (positive.integerTotal == 0 && positive.fractionTotal > 0) { in patternInfoToProperties()690 properties.setMaximumIntegerDigits(positive.integerTotal); in patternInfoToProperties()
115 return positive.integerTotal > 0; in hasBody()361 result.integerTotal += 1; in consumeIntegerFormat()378 result.integerTotal += 1; in consumeIntegerFormat()399 result.integerTotal += 1; in consumeIntegerFormat()559 if (positive.integerTotal == 0 && positive.fractionTotal > 0) { in patternInfoToProperties()623 properties.maximumIntegerDigits = positive.integerTotal; in patternInfoToProperties()
50 int32_t integerTotal = 0; // for convenience member