Home | History | Annotate | Download | only in intltest

Lines Matching defs:fmt1

1691         DecimalFormat *fmt1 = new DecimalFormat(pattern, *symbols, status);
1696 result1 = fmt1->format(1.111, result1, pos);
1731 const UChar *currency = fmt1->getCurrency();
1757 delete fmt1;