Searched defs:DecimalFormatProperties (Results 1 – 7 of 7) sorted by relevance
97 struct U_I18N_API DecimalFormatProperties : public UMemory { struct101 NullableValue<CurrencyUnit> currency;102 CurrencyPluralInfoWrapper currencyPluralInfo;103 NullableValue<UCurrencyUsage> currencyUsage;104 bool decimalPatternMatchRequired;105 bool decimalSeparatorAlwaysShown;106 bool exponentSignAlwaysShown;107 bool formatFailIfMoreThanMaxDigits; // ICU4C-only108 int32_t formatWidth;109 int32_t groupingSize;[all …]
31 DecimalFormatProperties::DecimalFormatProperties() { in DecimalFormatProperties() function in DecimalFormatProperties
91 struct U_I18N_API DecimalFormatProperties : public UMemory { struct95 NullableValue<CurrencyUnit> currency;96 CurrencyPluralInfoWrapper currencyPluralInfo;97 NullableValue<UCurrencyUsage> currencyUsage;98 bool decimalPatternMatchRequired;99 bool decimalSeparatorAlwaysShown;100 bool exponentSignAlwaysShown;101 bool formatFailIfMoreThanMaxDigits; // ICU4C-only102 int32_t formatWidth;103 int32_t groupingSize;[all …]
30 DecimalFormatProperties::DecimalFormatProperties() { in DecimalFormatProperties() function in DecimalFormatProperties
29 public class DecimalFormatProperties implements Cloneable, Serializable { class144 public DecimalFormatProperties() { in DecimalFormatProperties() method in DecimalFormatProperties