Searched defs:MacroProps (Results 1 – 3 of 3) sorted by relevance
1410 struct U_I18N_API MacroProps : public UMemory { struct1412 Notation notation;1415 MeasureUnit unit; // = NoUnit::base();1418 MeasureUnit perUnit; // = NoUnit::base();1421 Precision precision; // = Precision(); (bogus)1424 UNumberFormatRoundingMode roundingMode = UNUM_ROUND_HALFEVEN;1427 Grouper grouper; // = Grouper(); (bogus)1430 Padder padder; // = Padder(); (bogus)1433 IntegerWidth integerWidth; // = IntegerWidth(); (bogus)1436 SymbolsWrapper symbols;[all …]
19 public class MacroProps implements Cloneable { class
23 public class MacroProps implements Cloneable { class