Home | History | Annotate | Download | only in intltest

Lines Matching defs:fmt2

1712             DecimalFormat *fmt2 = new DecimalFormat(buf, *symbols, status);
1721 fmt2->setRoundingIncrement(rounding);
1722 fmt2->setMinimumFractionDigits(frac);
1723 fmt2->setMaximumFractionDigits(frac);
1731 fmt2->format(1.111, result2, pos);
1738 delete fmt2;