Home | History | Annotate | Download | only in i18n

Lines Matching refs:fractionTotal

392                 result.fractionTotal += 1;
413 result.fractionTotal += 1;
513 if (positive.integerTotal == 0 && positive.fractionTotal > 0) {
537 properties.maximumFractionDigits = positive.fractionTotal;
549 properties.maximumFractionDigits = positive.fractionTotal;
561 if (positive.hasDecimal && positive.fractionTotal == 0) {