Searched defs:MacroProps (Results 1 – 4 of 4) sorted by relevance
1484 struct U_I18N_API MacroProps : public UMemory { struct1486 Notation notation;1489 MeasureUnit unit; // = MeasureUnit(); (the base dimensionless unit)1492 MeasureUnit perUnit; // = MeasureUnit(); (the base dimensionless unit)1495 Precision precision; // = Precision(); (bogus)1498 UNumberFormatRoundingMode roundingMode = UNUM_ROUND_HALFEVEN;1501 Grouper grouper; // = Grouper(); (bogus)1504 Padder padder; // = Padder(); (bogus)1507 IntegerWidth integerWidth; // = IntegerWidth(); (bogus)1510 SymbolsWrapper symbols;[all …]
19 public class MacroProps implements Cloneable { class
23 public class MacroProps implements Cloneable { class