Home
last modified time | relevance | path

Searched refs:fAlwaysShowDecimal (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/i18n/
Ddigitformatter.h42 DigitFormatterOptions() : fAlwaysShowDecimal(FALSE) { } in DigitFormatterOptions()
49 fAlwaysShowDecimal == rhs.fAlwaysShowDecimal); in equals()
57 return (fAlwaysShowDecimal == FALSE); in isFastFormattable()
64 UBool fAlwaysShowDecimal; variable
Ddigitformatter.cpp103 if (options.fAlwaysShowDecimal || interval.getLeastSignificantInclusive() < 0) { in countChar32()
186 if (options.fAlwaysShowDecimal) { in format()
224 if (options.fAlwaysShowDecimal && lastDigitPos == 0) { in format()
Ddecimfmtimpl.h310 return fOptions.fMantissa.fAlwaysShowDecimal; in isDecimalSeparatorAlwaysShown()
313 fOptions.fMantissa.fAlwaysShowDecimal = x; in setDecimalSeparatorAlwaysShown()
Ddecimfmtimpl.cpp854 fOptions.fMantissa.fAlwaysShowDecimal = out.fDecimalSeparatorAlwaysShown; in applyPattern()
1364 if (!fOptions.fMantissa.fAlwaysShowDecimal && fracDigitCount == 0) { in countFractionDigitAndDecimalPatternLength()
1474 if (!fOptions.fMantissa.fAlwaysShowDecimal && i == -1) { in toNumberPattern()
1496 if (fOptions.fMantissa.fAlwaysShowDecimal && i == 0) { in toNumberPattern()
/external/icu/icu4c/source/test/intltest/
Dnumberformat2test.cpp890 options.fAlwaysShowDecimal = TRUE; in TestDigitFormatter()
901 options.fAlwaysShowDecimal = FALSE; in TestDigitFormatter()
1012 options.fAlwaysShowDecimal = TRUE; in TestDigitFormatter()
1038 options.fAlwaysShowDecimal = TRUE; in TestDigitFormatter()
1112 options.fMantissa.fAlwaysShowDecimal = TRUE; in TestSciFormatter()
1218 options.fAlwaysShowDecimal = TRUE; in TestValueFormatterIsFastFormattable()
1220 options.fAlwaysShowDecimal = FALSE; in TestValueFormatterIsFastFormattable()
2176 options.fAlwaysShowDecimal = TRUE; in TestDigitAffixesAndPadding()
2298 options.fAlwaysShowDecimal = FALSE; in TestDigitAffixesAndPadding()
2311 options.fAlwaysShowDecimal = TRUE; in TestDigitAffixesAndPadding()
[all …]