Home | History | Annotate | Download | only in i18n

Lines Matching full:numberformat

47     NumberFormat *retVal = NULL;
54 retVal = NumberFormat::createInstance(Locale(locale), style, *status);
127 delete (NumberFormat*) fmt;
138 const NumberFormat* nf = reinterpret_cast<const NumberFormat*>(fmt);
190 ((const NumberFormat*)fmt)->format(number, res, fp, *status);
223 ((const NumberFormat*)fmt)->format(number, res, fp, *status);
267 ((const NumberFormat*)fmt)->format(numFmtbl, resultStr, fp, *status);
306 ((const NumberFormat*)fmt)->format(n, res, fp, *status);
333 ((const NumberFormat*)fmt)->parse(src, res, pp);
432 LocalPointer<CurrencyAmount> currAmt(((const NumberFormat*)fmt)->parseCurrency(src, pp));
466 const NumberFormat* nf = reinterpret_cast<const NumberFormat*>(fmt);
487 NumberFormat* nf = reinterpret_cast<NumberFormat*>(fmt);
505 const NumberFormat* nf = reinterpret_cast<const NumberFormat*>(fmt);
519 NumberFormat* nf = reinterpret_cast<NumberFormat*>(fmt);
543 const NumberFormat* nf = reinterpret_cast<const NumberFormat*>(fmt);
606 NumberFormat* nf = reinterpret_cast<NumberFormat*>(fmt);
666 const NumberFormat* nf = reinterpret_cast<const NumberFormat*>(fmt);
695 const NumberFormat *nf = reinterpret_cast<const NumberFormat *>(fmt);
722 NumberFormat *nf = reinterpret_cast<NumberFormat *>(fmt);
758 NumberFormat* nf = reinterpret_cast<NumberFormat*>(fmt);