• Home
  • Raw
  • Download

Lines Matching refs:exportedProperties

109     fields->exportedProperties.adoptInsteadAndCheckErrorCode(new DecimalFormatProperties(), status);  in DecimalFormat()
396 fields->exportedProperties.adoptInstead(new DecimalFormatProperties()); in DecimalFormat()
397 …if (fields->properties == nullptr || fields->symbols == nullptr || fields->exportedProperties == n… in DecimalFormat()
405 fields->exportedProperties->clear(); in operator =()
736 return fields->exportedProperties->roundingIncrement; in getRoundingIncrement()
747 return static_cast<ERoundingMode>(fields->exportedProperties->roundingMode.getNoError()); in getRoundingMode()
943 tprops.minimumFractionDigits = fields->exportedProperties->minimumFractionDigits; in toPattern()
944 tprops.maximumFractionDigits = fields->exportedProperties->maximumFractionDigits; in toPattern()
945 tprops.roundingIncrement = fields->exportedProperties->roundingIncrement; in toPattern()
1027 return fields->exportedProperties->minimumSignificantDigits; in getMinimumSignificantDigits()
1031 return fields->exportedProperties->maximumSignificantDigits; in getMaximumSignificantDigits()
1134 if (fields->exportedProperties == nullptr) { in touch()
1150 …*fields->properties, *fields->symbols, fields->warehouse, *fields->exportedProperties, status).loc… in touch()
1161 …NumberFormat::setCurrency(fields->exportedProperties->currency.get(status).getISOCurrency(), statu… in touch()
1162 NumberFormat::setMaximumIntegerDigits(fields->exportedProperties->maximumIntegerDigits); in touch()
1163 NumberFormat::setMinimumIntegerDigits(fields->exportedProperties->minimumIntegerDigits); in touch()
1164 NumberFormat::setMaximumFractionDigits(fields->exportedProperties->maximumFractionDigits); in touch()
1165 NumberFormat::setMinimumFractionDigits(fields->exportedProperties->minimumFractionDigits); in touch()
1311 int32_t minInt = fields->exportedProperties->minimumIntegerDigits; in setupFastFormat()
1312 int32_t maxInt = fields->exportedProperties->maximumIntegerDigits; in setupFastFormat()
1321 int32_t minFrac = fields->exportedProperties->minimumFractionDigits; in setupFastFormat()