Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddecimalformatpattern.cpp62 : fMinimumIntegerDigits(1), in DecimalFormatPattern()
563 out.fMinimumIntegerDigits = minInt; in applyPatternWithoutExpandAffix()
565 ? digitLeftCount + out.fMinimumIntegerDigits in applyPatternWithoutExpandAffix()
613 out.fMinimumIntegerDigits = 0; in applyPatternWithoutExpandAffix()
Ddecimalformatpattern.h43 int32_t fMinimumIntegerDigits; member
Ddecimfmtimpl.cpp844 fSuper->NumberFormat::setMinimumIntegerDigits(out.fMinimumIntegerDigits); in applyPattern()