Home
last modified time | relevance | path

Searched refs:microsOut (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Dnumber_formatimpl.cpp106 void NumberFormatterImpl::preProcess(DecimalQuantity& inValue, MicroProps& microsOut, in preProcess() argument
113 fMicroPropsGenerator->processQuantity(inValue, microsOut, status); in preProcess()
114 microsOut.rounder.apply(inValue, status); in preProcess()
115 microsOut.integerWidth.apply(inValue, status); in preProcess()
Dnumber_formatimpl.h59 void preProcess(DecimalQuantity& inValue, MicroProps& microsOut, UErrorCode& status) const;