Home
last modified time | relevance | path

Searched defs:DecimalFormatProperties (Results 1 – 1 of 1) sorted by relevance

/prebuilts/runtime/mainline/i18n/test-exports/common_os/include/external/icu/icu4c/source/i18n/
Dnumber_decimfmtprops.h98 struct U_I18N_API DecimalFormatProperties : public UMemory { struct
102 NullableValue<CurrencyUnit> currency;
103 CurrencyPluralInfoWrapper currencyPluralInfo;
104 NullableValue<UCurrencyUsage> currencyUsage;
105 bool decimalPatternMatchRequired;
106 bool decimalSeparatorAlwaysShown;
107 bool exponentSignAlwaysShown;
108 bool formatFailIfMoreThanMaxDigits; // ICU4C-only
109 int32_t formatWidth;
110 int32_t groupingSize;
[all …]