Home
last modified time | relevance | path

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

/external/icu/libicu/cts_headers/
Dnumber_formatimpl.h60 void preProcess(DecimalQuantity& inValue, MicroProps& microsOut, UErrorCode& status) const;
/external/icu/icu4c/source/i18n/
Dnumber_formatimpl.h60 void preProcess(DecimalQuantity& inValue, MicroProps& microsOut, UErrorCode& status) const;
Dnumber_formatimpl.cpp69 void NumberFormatterImpl::preProcess(DecimalQuantity& inValue, MicroProps& microsOut, in preProcess() argument
76 fMicroPropsGenerator->processQuantity(inValue, microsOut, status); in preProcess()
77 microsOut.integerWidth.apply(inValue, status); in preProcess()