Lines Matching refs:inValue
34 DecimalQuantity &inValue = results->quantity; in formatStatic() local
37 MicroProps& micros = impl.preProcessUnsafe(inValue, status); in formatStatic()
39 int32_t length = writeNumber(micros, inValue, outString, 0, status); in formatStatic()
59 DecimalQuantity &inValue = results->quantity; in format() local
62 preProcess(inValue, micros, status); in format()
64 int32_t length = writeNumber(micros, inValue, outString, 0, status); in format()
71 void NumberFormatterImpl::preProcess(DecimalQuantity& inValue, MicroProps& microsOut, in preProcess() argument
78 fMicroPropsGenerator->processQuantity(inValue, microsOut, status); in preProcess()
79 microsOut.integerWidth.apply(inValue, status); in preProcess()
82 MicroProps& NumberFormatterImpl::preProcessUnsafe(DecimalQuantity& inValue, UErrorCode& status) { in preProcessUnsafe() argument
90 fMicroPropsGenerator->processQuantity(inValue, fMicros, status); in preProcessUnsafe()
91 fMicros.integerWidth.apply(inValue, status); in preProcessUnsafe()