Lines Matching refs:setIntDigitCount
903 resultMin.setIntDigitCount(0); in updatePrecisionForScientificMinMax()
929 resultMax.setIntDigitCount(maxIntDigitCount); in updatePrecisionForScientificMinMax()
933 resultMin.setIntDigitCount(1); in updatePrecisionForScientificMinMax()
946 resultMax.setIntDigitCount(fixedIntDigitCount); in updatePrecisionForScientificMinMax()
947 resultMin.setIntDigitCount(fixedIntDigitCount); in updatePrecisionForScientificMinMax()
964 result->fMax.setIntDigitCount(1); in updatePrecisionForScientific()
966 result->fMin.setIntDigitCount(1); in updatePrecisionForScientific()
987 result->fMin.setIntDigitCount(1); in updatePrecisionForFixed()
996 min.setIntDigitCount(fSuper->getMinimumIntegerDigits()); in extractMinMaxDigits()
997 max.setIntDigitCount(fSuper->getMaximumIntegerDigits()); in extractMinMaxDigits()
1401 fullInterval.setIntDigitCount(sigMax); in toNumberPattern()
1406 maxInterval.setIntDigitCount(1); in toNumberPattern()
1412 maxInterval.setIntDigitCount(minInterval.getIntDigitCount()); in toNumberPattern()
1415 maxInterval.setIntDigitCount(minInterval.getIntDigitCount() + 1); in toNumberPattern()
1457 fullInterval.setIntDigitCount(digitsNeeded); in toNumberPattern()
1466 fullInterval.setIntDigitCount(digitsNeeded - 1); in toNumberPattern()