Searched defs:MicroProps (Results 1 – 4 of 4) sorted by relevance
25 struct MicroProps : public MicroPropsGenerator { struct43 // The following "helper" fields may optionally be used during the MicroPropsGenerator. argument53 MicroProps() = default; argument57 MicroProps& operator=(const MicroProps& other) = default; argument59 … void processQuantity(DecimalQuantity&, MicroProps& micros, UErrorCode& status) const U_OVERRIDE { in processQuantity() argument
25 struct MicroProps : public MicroPropsGenerator { struct42 // The following "helper" fields may optionally be used during the MicroPropsGenerator. argument52 MicroProps() = default; argument56 MicroProps& operator=(const MicroProps& other) = default; argument58 … void processQuantity(DecimalQuantity&, MicroProps& micros, UErrorCode& status) const U_OVERRIDE { in processQuantity() argument
15 public class MicroProps implements Cloneable, MicroPropsGenerator { class41 public MicroProps(boolean immutable) { in MicroProps() method in MicroProps