Lines Matching refs:setIntDigitCount
906 resultMin.setIntDigitCount(0); in updatePrecisionForScientificMinMax()
932 resultMax.setIntDigitCount(maxIntDigitCount); in updatePrecisionForScientificMinMax()
936 resultMin.setIntDigitCount(1); in updatePrecisionForScientificMinMax()
949 resultMax.setIntDigitCount(fixedIntDigitCount); in updatePrecisionForScientificMinMax()
950 resultMin.setIntDigitCount(fixedIntDigitCount); in updatePrecisionForScientificMinMax()
967 result->fMax.setIntDigitCount(1); in updatePrecisionForScientific()
969 result->fMin.setIntDigitCount(1); in updatePrecisionForScientific()
990 result->fMin.setIntDigitCount(1); in updatePrecisionForFixed()
999 min.setIntDigitCount(fSuper->getMinimumIntegerDigits()); in extractMinMaxDigits()
1000 max.setIntDigitCount(fSuper->getMaximumIntegerDigits()); in extractMinMaxDigits()
1404 fullInterval.setIntDigitCount(sigMax); in toNumberPattern()
1409 maxInterval.setIntDigitCount(1); in toNumberPattern()
1415 maxInterval.setIntDigitCount(minInterval.getIntDigitCount()); in toNumberPattern()
1418 maxInterval.setIntDigitCount(minInterval.getIntDigitCount() + 1); in toNumberPattern()
1460 fullInterval.setIntDigitCount(digitsNeeded); in toNumberPattern()
1469 fullInterval.setIntDigitCount(digitsNeeded - 1); in toNumberPattern()