Searched defs:MicroProps (Results 1 – 6 of 6) sorted by relevance
/third_party/icu/icu4c/source/i18n/ |
D | number_microprops.h | 74 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 µs, in processQuantity() argument
|
/third_party/node/deps/icu-small/source/i18n/ |
D | number_microprops.h | 75 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 µs, in processQuantity() argument
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | number_microprops.h | 74 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 µs, in processQuantity() argument
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | number_microprops.h | 25 struct MicroProps : public MicroPropsGenerator { struct 42 // The following "helper" fields may optionally be used during the MicroPropsGenerator. argument 52 MicroProps() = default; argument 56 MicroProps& operator=(const MicroProps& other) = default; argument 58 … void processQuantity(DecimalQuantity&, MicroProps& micros, UErrorCode& status) const U_OVERRIDE { in processQuantity() argument
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/ |
D | MicroProps.java | 15 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/ |
D | MicroProps.java | 20 public class MicroProps implements Cloneable, MicroPropsGenerator { class 74 public MicroProps(boolean immutable) { in MicroProps() method in MicroProps
|