Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/unicode/
Dnumberformatter.h1440 struct U_I18N_API MacroProps : public UMemory { struct
1442 Notation notation;
1445 MeasureUnit unit; // = MeasureUnit(); (the base dimensionless unit)
1448 MeasureUnit perUnit; // = MeasureUnit(); (the base dimensionless unit)
1451 Precision precision; // = Precision(); (bogus)
1454 UNumberFormatRoundingMode roundingMode = UNUM_ROUND_HALFEVEN;
1457 Grouper grouper; // = Grouper(); (bogus)
1460 Padder padder; // = Padder(); (bogus)
1463 IntegerWidth integerWidth; // = IntegerWidth(); (bogus)
1466 SymbolsWrapper symbols;
[all …]
/external/icu/libicu/cts_headers/unicode/
Dnumberformatter.h1440 struct U_I18N_API MacroProps : public UMemory { struct
1442 Notation notation;
1445 MeasureUnit unit; // = MeasureUnit(); (the base dimensionless unit)
1448 MeasureUnit perUnit; // = MeasureUnit(); (the base dimensionless unit)
1451 Precision precision; // = Precision(); (bogus)
1454 UNumberFormatRoundingMode roundingMode = UNUM_ROUND_HALFEVEN;
1457 Grouper grouper; // = Grouper(); (bogus)
1460 Padder padder; // = Padder(); (bogus)
1463 IntegerWidth integerWidth; // = IntegerWidth(); (bogus)
1466 SymbolsWrapper symbols;
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
DMacroProps.java23 public class MacroProps implements Cloneable { class
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DMacroProps.java19 public class MacroProps implements Cloneable { class