Home
last modified time | relevance | path

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

/third_party/node/deps/icu-small/source/i18n/
Dnumber_decimfmtprops.h97 struct U_I18N_API DecimalFormatProperties : public UMemory { struct
101 NullableValue<CurrencyUnit> currency;
102 CurrencyPluralInfoWrapper currencyPluralInfo;
103 NullableValue<UCurrencyUsage> currencyUsage;
104 bool decimalPatternMatchRequired;
105 bool decimalSeparatorAlwaysShown;
106 bool exponentSignAlwaysShown;
107 bool formatFailIfMoreThanMaxDigits; // ICU4C-only
108 int32_t formatWidth;
109 int32_t groupingSize;
[all …]
Dnumber_decimfmtprops.cpp31 DecimalFormatProperties::DecimalFormatProperties() { in DecimalFormatProperties() function in DecimalFormatProperties
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumber_decimfmtprops.h91 struct U_I18N_API DecimalFormatProperties : public UMemory { struct
95 NullableValue<CurrencyUnit> currency;
96 CurrencyPluralInfoWrapper currencyPluralInfo;
97 NullableValue<UCurrencyUsage> currencyUsage;
98 bool decimalPatternMatchRequired;
99 bool decimalSeparatorAlwaysShown;
100 bool exponentSignAlwaysShown;
101 bool formatFailIfMoreThanMaxDigits; // ICU4C-only
102 int32_t formatWidth;
103 int32_t groupingSize;
[all …]
Dnumber_decimfmtprops.cpp30 DecimalFormatProperties::DecimalFormatProperties() { in DecimalFormatProperties() function in DecimalFormatProperties
/third_party/icu/icu4c/source/i18n/
Dnumber_decimfmtprops.h97 struct U_I18N_API DecimalFormatProperties : public UMemory { struct
101 NullableValue<CurrencyUnit> currency;
102 CurrencyPluralInfoWrapper currencyPluralInfo;
103 NullableValue<UCurrencyUsage> currencyUsage;
104 bool decimalPatternMatchRequired;
105 bool decimalSeparatorAlwaysShown;
106 bool exponentSignAlwaysShown;
107 bool formatFailIfMoreThanMaxDigits; // ICU4C-only
108 int32_t formatWidth;
109 int32_t groupingSize;
[all …]
Dnumber_decimfmtprops.cpp31 DecimalFormatProperties::DecimalFormatProperties() { in DecimalFormatProperties() function in DecimalFormatProperties
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DDecimalFormatProperties.java29 public class DecimalFormatProperties implements Cloneable, Serializable { class
144 public DecimalFormatProperties() { in DecimalFormatProperties() method in DecimalFormatProperties