Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddecimalformatpattern.cpp77 fDecimalSeparatorAlwaysShown(FALSE), in DecimalFormatPattern()
577 out.fDecimalSeparatorAlwaysShown = decimalPos == 0 in applyPatternWithoutExpandAffix()
624 out.fDecimalSeparatorAlwaysShown = FALSE; in applyPatternWithoutExpandAffix()
Ddecimalformatpattern.h58 UBool fDecimalSeparatorAlwaysShown; member
Ddecimfmtimpl.cpp855 fOptions.fMantissa.fAlwaysShowDecimal = out.fDecimalSeparatorAlwaysShown; in applyPattern()