Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddecimalformatpattern.cpp76 fFormatWidth(0), in DecimalFormatPattern()
584 out.fFormatWidth = sub0Limit - sub0Start; in applyPatternWithoutExpandAffix()
587 out.fFormatWidth = 0; in applyPatternWithoutExpandAffix()
623 out.fFormatWidth = 0; in applyPatternWithoutExpandAffix()
Ddecimalformatpattern.h57 int32_t fFormatWidth; member
Ddecimfmtimpl.cpp867 fAffixes.fWidth = out.fFormatWidth == 0 ? 0 : in applyPattern()
868 out.fFormatWidth + fPositivePrefixPattern.countChar32() in applyPattern()