Searched refs:integerTotal (Results 1 – 4 of 4) sorted by relevance
175 return positive.integerTotal > 0; in hasBody()185 public int integerTotal = 0; // for convenience field in PatternStringParser.ParsedSubpatternInfo391 result.integerTotal += 1; in consumeIntegerFormat()404 result.integerTotal += 1; in consumeIntegerFormat()423 result.integerTotal += 1; in consumeIntegerFormat()575 if (positive.integerTotal == 0 && positive.fractionTotal > 0) { in patternInfoToProperties()638 properties.setMaximumIntegerDigits(positive.integerTotal); in patternInfoToProperties()
178 return positive.integerTotal > 0; in hasBody()191 public int integerTotal = 0; // for convenience field in PatternStringParser.ParsedSubpatternInfo397 result.integerTotal += 1; in consumeIntegerFormat()410 result.integerTotal += 1; in consumeIntegerFormat()429 result.integerTotal += 1; in consumeIntegerFormat()581 if (positive.integerTotal == 0 && positive.fractionTotal > 0) { in patternInfoToProperties()644 properties.setMaximumIntegerDigits(positive.integerTotal); in patternInfoToProperties()
114 return positive.integerTotal > 0; in hasBody()315 result.integerTotal += 1; in consumeIntegerFormat()332 result.integerTotal += 1; in consumeIntegerFormat()353 result.integerTotal += 1; in consumeIntegerFormat()513 if (positive.integerTotal == 0 && positive.fractionTotal > 0) { in patternInfoToProperties()574 properties.maximumIntegerDigits = positive.integerTotal; in patternInfoToProperties()
38 int32_t integerTotal = 0; // for convenience member