Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/unicode/
Dnumberformatter.h1522 struct U_I18N_API MacroProps : public UMemory { struct
1524 Notation notation;
1527 MeasureUnit unit; // = MeasureUnit(); (the base dimensionless unit)
1530 MeasureUnit perUnit; // = MeasureUnit(); (the base dimensionless unit)
1533 Precision precision; // = Precision(); (bogus)
1536 UNumberFormatRoundingMode roundingMode = UNUM_ROUND_HALFEVEN;
1539 Grouper grouper; // = Grouper(); (bogus)
1542 Padder padder; // = Padder(); (bogus)
1545 IntegerWidth integerWidth; // = IntegerWidth(); (bogus)
1548 SymbolsWrapper symbols;
[all …]
/external/cronet/stable/third_party/icu/source/i18n/unicode/
Dnumberformatter.h1524 struct U_I18N_API MacroProps : public UMemory { struct
1526 Notation notation;
1529 MeasureUnit unit; // = MeasureUnit(); (the base dimensionless unit)
1532 MeasureUnit perUnit; // = MeasureUnit(); (the base dimensionless unit)
1535 Precision precision; // = Precision(); (bogus)
1538 UNumberFormatRoundingMode roundingMode = UNUM_ROUND_HALFEVEN;
1541 Grouper grouper; // = Grouper(); (bogus)
1544 Padder padder; // = Padder(); (bogus)
1547 IntegerWidth integerWidth; // = IntegerWidth(); (bogus)
1550 SymbolsWrapper symbols;
[all …]
/external/cronet/tot/third_party/icu/source/i18n/unicode/
Dnumberformatter.h1524 struct U_I18N_API MacroProps : public UMemory { struct
1526 Notation notation;
1529 MeasureUnit unit; // = MeasureUnit(); (the base dimensionless unit)
1532 MeasureUnit perUnit; // = MeasureUnit(); (the base dimensionless unit)
1535 Precision precision; // = Precision(); (bogus)
1538 UNumberFormatRoundingMode roundingMode = UNUM_ROUND_HALFEVEN;
1541 Grouper grouper; // = Grouper(); (bogus)
1544 Padder padder; // = Padder(); (bogus)
1547 IntegerWidth integerWidth; // = IntegerWidth(); (bogus)
1550 SymbolsWrapper symbols;
[all …]
/external/icu/libicu/cts_headers/unicode/
Dnumberformatter.h1522 struct U_I18N_API MacroProps : public UMemory { struct
1524 Notation notation;
1527 MeasureUnit unit; // = MeasureUnit(); (the base dimensionless unit)
1530 MeasureUnit perUnit; // = MeasureUnit(); (the base dimensionless unit)
1533 Precision precision; // = Precision(); (bogus)
1536 UNumberFormatRoundingMode roundingMode = UNUM_ROUND_HALFEVEN;
1539 Grouper grouper; // = Grouper(); (bogus)
1542 Padder padder; // = Padder(); (bogus)
1545 IntegerWidth integerWidth; // = IntegerWidth(); (bogus)
1548 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/core/src/main/java/com/ibm/icu/impl/number/
DMacroProps.java19 public class MacroProps implements Cloneable { class