Home
last modified time | relevance | path

Searched refs:fSuper (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Ddecimfmtimpl.cpp50 : fSuper(super), in DecimalFormatImpl()
77 : fSuper(super), in DecimalFormatImpl()
90 fSuper(super), in DecimalFormatImpl()
841 fSuper->NumberFormat::setMinimumIntegerDigits(out.fMinimumIntegerDigits); in applyPattern()
842 fSuper->NumberFormat::setMaximumIntegerDigits(out.fMaximumIntegerDigits); in applyPattern()
843 fSuper->NumberFormat::setMinimumFractionDigits(out.fMinimumFractionDigits); in applyPattern()
844 fSuper->NumberFormat::setMaximumFractionDigits(out.fMaximumFractionDigits); in applyPattern()
849 fSuper->NumberFormat::setGroupingUsed(out.fGroupingUsed); in applyPattern()
996 min.setIntDigitCount(fSuper->getMinimumIntegerDigits()); in extractMinMaxDigits()
997 max.setIntDigitCount(fSuper->getMaximumIntegerDigits()); in extractMinMaxDigits()
[all …]
Ddecimfmtimpl.h351 NumberFormat *fSuper; variable