Home
last modified time | relevance | path

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

/third_party/node/deps/icu-small/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 currencyAsDecimal;
109 bool formatFailIfMoreThanMaxDigits; // ICU4C-only
110 int32_t formatWidth;
[all …]
Dnumber_decimfmtprops.cpp31 DecimalFormatProperties::DecimalFormatProperties() { in DecimalFormatProperties() function in DecimalFormatProperties
/third_party/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 …]
Dnumber_decimfmtprops.cpp31 DecimalFormatProperties::DecimalFormatProperties() { in DecimalFormatProperties() function in DecimalFormatProperties
/third_party/skia/third_party/externals/icu/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 …]
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/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
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DDecimalFormatProperties.java25 public class DecimalFormatProperties implements Cloneable, Serializable { class
139 public DecimalFormatProperties() { in DecimalFormatProperties() method in DecimalFormatProperties