Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddecimalformatpattern.h56 UBool fDecimalSeparatorAlwaysShown; member
Ddecimalformatpattern.cpp75 fDecimalSeparatorAlwaysShown(FALSE), in DecimalFormatPattern()
575 out.fDecimalSeparatorAlwaysShown = decimalPos == 0 in applyPatternWithoutExpandAffix()
622 out.fDecimalSeparatorAlwaysShown = FALSE; in applyPatternWithoutExpandAffix()
Ddecimfmtimpl.cpp852 fOptions.fMantissa.fAlwaysShowDecimal = out.fDecimalSeparatorAlwaysShown; in applyPattern()