Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_microprops.h74 struct MicroProps : public MicroPropsGenerator { struct
86 // No ownership: must point at a string which will outlive MicroProps argument
108 // The following "helper" fields may optionally be used during the MicroPropsGenerator. argument
110 struct {
140 MicroProps() = default; argument
144 MicroProps& operator=(const MicroProps& other) = default; argument
160 void processQuantity(DecimalQuantity &quantity, MicroProps &micros, in processQuantity() argument
/third_party/icu/icu4c/source/i18n/
Dnumber_microprops.h75 struct MicroProps : public MicroPropsGenerator { struct
90 // No ownership: must point at a string which will outlive MicroProps argument
112 // The following "helper" fields may optionally be used during the MicroPropsGenerator. argument
114 struct {
144 MicroProps() = default; argument
148 MicroProps& operator=(const MicroProps& other) = default; argument
164 void processQuantity(DecimalQuantity &quantity, MicroProps &micros, in processQuantity() argument
/third_party/node/deps/icu-small/source/i18n/
Dnumber_microprops.h87 struct MicroProps : public MicroPropsGenerator { struct
88 SimpleMicroProps simple; argument
97 // No ownership: must point at a string which will outlive MicroProps argument
118 // The following "helper" fields may optionally be used during the MicroPropsGenerator. argument
120 struct {
150 MicroProps() = default; argument
154 MicroProps& operator=(const MicroProps& other) = default; argument
170 void processQuantity(DecimalQuantity &quantity, MicroProps &micros, in processQuantity() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DMicroProps.java15 public class MicroProps implements Cloneable, MicroPropsGenerator { class
41 public MicroProps(boolean immutable) { in MicroProps() method in MicroProps
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DMicroProps.java20 public class MicroProps implements Cloneable, MicroPropsGenerator { class
77 public MicroProps(boolean immutable) { in MicroProps() method in MicroProps