Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/i18n/
Dnumber_microprops.h25 struct MicroProps : public MicroPropsGenerator { struct
43 // The following "helper" fields may optionally be used during the MicroPropsGenerator. argument
53 MicroProps() = default; argument
57 MicroProps& operator=(const MicroProps& other) = default; argument
59 … void processQuantity(DecimalQuantity&, MicroProps& micros, UErrorCode& status) const U_OVERRIDE { in processQuantity() argument
/third_party/node/deps/icu-small/source/i18n/
Dnumber_microprops.h25 struct MicroProps : public MicroPropsGenerator { struct
43 // The following "helper" fields may optionally be used during the MicroPropsGenerator. argument
53 MicroProps() = default; argument
57 MicroProps& operator=(const MicroProps& other) = default; argument
59 … void processQuantity(DecimalQuantity&, MicroProps& micros, UErrorCode& status) const U_OVERRIDE { in processQuantity() argument
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumber_microprops.h25 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/
DMicroProps.java15 public class MicroProps implements Cloneable, MicroPropsGenerator { class
41 public MicroProps(boolean immutable) { in MicroProps() method in MicroProps