Home
last modified time | relevance | path

Searched refs:fMaximumIntegerDigits (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
Ddecimalformatpattern.h42 int32_t fMaximumIntegerDigits; member
Ddecimalformatpattern.cpp61 fMaximumIntegerDigits(gDefaultMaxIntegerDigits), in DecimalFormatPattern()
562 out.fMaximumIntegerDigits = out.fUseExponentialNotation in applyPatternWithoutExpandAffix()
612 out.fMaximumIntegerDigits = kDoubleIntegerDigits; in applyPatternWithoutExpandAffix()
Ddecimfmtimpl.cpp842 fSuper->NumberFormat::setMaximumIntegerDigits(out.fMaximumIntegerDigits); in applyPattern()