Home
last modified time | relevance | path

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

/prebuilts/runtime/mainline/i18n/test-exports/common_os/include/external/icu/icu4c/source/i18n/
Dnumber_microprops.h75 struct MicroProps : public MicroPropsGenerator { struct
78 RoundingImpl rounder;
79 Grouper grouping;
80 Padder padding;
104 // The following "helper" fields may optionally be used during the MicroPropsGenerator. argument
106 struct {
131 MicroProps() = default; argument
135 MicroProps& operator=(const MicroProps& other) = default; argument
151 void processQuantity(DecimalQuantity &quantity, MicroProps &micros, in processQuantity() argument