Searched refs:integerNumerals (Results 1 – 4 of 4) sorted by relevance
183 public int integerNumerals = 0; field in PatternStringParser.ParsedSubpatternInfo381 if (result.integerNumerals > 0) { in consumeIntegerFormat()395 if (result.integerNumerals > 0) { in consumeIntegerFormat()422 result.integerNumerals += 1; in consumeIntegerFormat()579 } else if (positive.integerNumerals == 0 && positive.fractionNumerals == 0) { in patternInfoToProperties()584 minInt = positive.integerNumerals; in patternInfoToProperties()637 properties.setMinimumIntegerDigits(positive.integerNumerals); in patternInfoToProperties()
189 public int integerNumerals = 0; field in PatternStringParser.ParsedSubpatternInfo387 if (result.integerNumerals > 0) { in consumeIntegerFormat()401 if (result.integerNumerals > 0) { in consumeIntegerFormat()428 result.integerNumerals += 1; in consumeIntegerFormat()585 } else if (positive.integerNumerals == 0 && positive.fractionNumerals == 0) { in patternInfoToProperties()590 minInt = positive.integerNumerals; in patternInfoToProperties()643 properties.setMinimumIntegerDigits(positive.integerNumerals); in patternInfoToProperties()
303 if (result.integerNumerals > 0) { in consumeIntegerFormat()319 if (result.integerNumerals > 0) { in consumeIntegerFormat()352 result.integerNumerals += 1; in consumeIntegerFormat()517 } else if (positive.integerNumerals == 0 && positive.fractionNumerals == 0) { in patternInfoToProperties()522 minInt = positive.integerNumerals; in patternInfoToProperties()573 properties.minimumIntegerDigits = positive.integerNumerals; in patternInfoToProperties()
36 int32_t integerNumerals = 0; member