Home
last modified time | relevance | path

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

/external/icu/libicu/cts_headers/unicode/
Dnumberformatter.h1518 struct U_I18N_API MacroProps : public UMemory { struct
1520 Notation notation;
1523 MeasureUnit unit; // = MeasureUnit(); (the base dimensionless unit)
1526 MeasureUnit perUnit; // = MeasureUnit(); (the base dimensionless unit)
1529 Precision precision; // = Precision(); (bogus)
1532 UNumberFormatRoundingMode roundingMode = UNUM_ROUND_HALFEVEN;
1535 Grouper grouper; // = Grouper(); (bogus)
1538 Padder padder; // = Padder(); (bogus)
1541 IntegerWidth integerWidth; // = IntegerWidth(); (bogus)
1544 SymbolsWrapper symbols;
[all …]
/external/icu/icu4c/source/i18n/unicode/
Dnumberformatter.h1518 struct U_I18N_API MacroProps : public UMemory { struct
1520 Notation notation;
1523 MeasureUnit unit; // = MeasureUnit(); (the base dimensionless unit)
1526 MeasureUnit perUnit; // = MeasureUnit(); (the base dimensionless unit)
1529 Precision precision; // = Precision(); (bogus)
1532 UNumberFormatRoundingMode roundingMode = UNUM_ROUND_HALFEVEN;
1535 Grouper grouper; // = Grouper(); (bogus)
1538 Padder padder; // = Padder(); (bogus)
1541 IntegerWidth integerWidth; // = IntegerWidth(); (bogus)
1544 SymbolsWrapper symbols;
[all …]
/external/cronet/third_party/icu/source/i18n/unicode/
Dnumberformatter.h1518 struct U_I18N_API MacroProps : public UMemory { struct
1520 Notation notation;
1523 MeasureUnit unit; // = MeasureUnit(); (the base dimensionless unit)
1526 MeasureUnit perUnit; // = MeasureUnit(); (the base dimensionless unit)
1529 Precision precision; // = Precision(); (bogus)
1532 UNumberFormatRoundingMode roundingMode = UNUM_ROUND_HALFEVEN;
1535 Grouper grouper; // = Grouper(); (bogus)
1538 Padder padder; // = Padder(); (bogus)
1541 IntegerWidth integerWidth; // = IntegerWidth(); (bogus)
1544 SymbolsWrapper symbols;
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DMacroProps.java19 public class MacroProps implements Cloneable { class
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
DMacroProps.java23 public class MacroProps implements Cloneable { class