Searched defs:MicroProps (Results 1 – 6 of 6) sorted by relevance
/external/cronet/tot/third_party/icu/source/i18n/ |
D | number_microprops.h | 87 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 µs, in processQuantity() argument
|
/external/icu/icu4c/source/i18n/ |
D | number_microprops.h | 87 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 µs, in processQuantity() argument
|
/external/cronet/stable/third_party/icu/source/i18n/ |
D | number_microprops.h | 87 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 µs, in processQuantity() argument
|
/external/icu/libicu/cts_headers/ |
D | number_microprops.h | 87 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 µs, in processQuantity() argument
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/ |
D | MicroProps.java | 22 public class MicroProps implements Cloneable, MicroPropsGenerator { class 79 public MicroProps(boolean immutable) { in MicroProps() method in MicroProps
|
/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/number/ |
D | MicroProps.java | 20 public class MicroProps implements Cloneable, MicroPropsGenerator { class 77 public MicroProps(boolean immutable) { in MicroProps() method in MicroProps
|