Home | History | Annotate | Download | only in i18n

Lines Matching defs:vf

211 DecimalFormatImpl::prepareValueFormatter(ValueFormatter &vf) const {
213 vf.prepareScientificFormatting(
215 return vf;
217 vf.prepareFixedDecimalFormatting(
219 return vf;
329 ValueFormatter vf;
332 prepareValueFormatter(vf),
494 ValueFormatter vf;
497 prepareValueFormatter(vf),
510 ValueFormatter vf;
513 prepareValueFormatter(vf),
623 ValueFormatter vf;
624 prepareValueFormatter(vf);
625 return vf.round(number, status);