Searched defs:MacroProps (Results 1 – 6 of 6) sorted by relevance
1522 struct U_I18N_API MacroProps : public UMemory { struct1524 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 …]
1524 struct U_I18N_API MacroProps : public UMemory { struct1526 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 …]
23 public class MacroProps implements Cloneable { class
19 public class MacroProps implements Cloneable { class