Searched refs:fractionNumerals (Results 1 – 4 of 4) sorted by relevance
186 public int fractionNumerals = 0; field in PatternStringParser.ParsedSubpatternInfo475 result.fractionNumerals += 1; in consumeFractionFormat()578 minFrac = Math.max(1, positive.fractionNumerals); in patternInfoToProperties()579 } else if (positive.integerNumerals == 0 && positive.fractionNumerals == 0) { in patternInfoToProperties()585 minFrac = positive.fractionNumerals; in patternInfoToProperties()602 positive.rounding.toBigDecimal().setScale(positive.fractionNumerals)); in patternInfoToProperties()
192 public int fractionNumerals = 0; field in PatternStringParser.ParsedSubpatternInfo481 result.fractionNumerals += 1; in consumeFractionFormat()584 minFrac = Math.max(1, positive.fractionNumerals); in patternInfoToProperties()585 } else if (positive.integerNumerals == 0 && positive.fractionNumerals == 0) { in patternInfoToProperties()591 minFrac = positive.fractionNumerals; in patternInfoToProperties()608 positive.rounding.toBigDecimal().setScale(positive.fractionNumerals)); in patternInfoToProperties()
412 result.fractionNumerals += 1; in consumeFractionFormat()516 minFrac = uprv_max(1, positive.fractionNumerals); in patternInfoToProperties()517 } else if (positive.integerNumerals == 0 && positive.fractionNumerals == 0) { in patternInfoToProperties()523 minFrac = positive.fractionNumerals; in patternInfoToProperties()
39 int32_t fractionNumerals = 0; member