Searched defs:DigitFormatterOptions (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Ddigitformatter.h38 class U_I18N_API DigitFormatterOptions : public UMemory { class in inherits:UMemory
40 DigitFormatterOptions() : fAlwaysShowDecimal(FALSE) { } function in class:DigitFormatterOptions
45 UBool equals(const DigitFormatterOptions &rhs) const {
103 DigitFormatterOptions fMantissa;
161 const DigitFormatterOptions &options,
202 const DigitFormatterOptions &options) const;
275 const DigitFormatterOptions &options) const;

Completed in 72 milliseconds