HomeSort by relevance Sort by last modified time
    Searched refs:fMicros (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/i18n/
number_formatimpl.cpp 120 // The "safe" apply method uses a new MicroProps. In the MicroPropsGenerator, fMicros is copied into the new instance.
121 // The "unsafe" method simply re-uses fMicros, eliminating the extra copy operation.
136 fMicroPropsGenerator->processQuantity(inValue, fMicros, status);
138 microsToString(fMicros, inValue, outString, status);
149 const MicroPropsGenerator *chain = &fMicros;
212 fMicros.symbols = macros.symbols.getDecimalFormatSymbols();
214 fMicros.symbols = new DecimalFormatSymbols(macros.locale, *ns, status);
216 fSymbols.adoptInstead(fMicros.symbols);
221 fMicros.rounding = macros.rounder;
223 fMicros.rounding = Rounder::integer().withMinDigits(2)
    [all...]
number_formatimpl.h 50 MicroProps fMicros;

Completed in 631 milliseconds