Lines Matching refs:fmt2
1713 DecimalFormat fmt2(UnicodeString("0.###E+0"), US, status); in TestExponent() local
1717 expect2(fmt2, n, "1.234E+3"); in TestExponent()
2509 DecimalFormat fmt2(pat, sym, ec); in TestAdoptDecimalFormatSymbols() local
2521 fmt2.setDecimalFormatSymbols(sym2); in TestAdoptDecimalFormatSymbols()
2524 fmt2.format(2350.75, str); in TestAdoptDecimalFormatSymbols()
2542 DecimalFormat fmt2("", sym, ec); in TestPerMill() local
2543 fmt2.applyLocalizedPattern("###.###m", ec); in TestPerMill()
2547 "485.7m", fmt2.format(0.4857, str)); in TestPerMill()
8391 DecimalFormat fmt2(pattern, sym, status); in TestToPatternScientific11648() local
8707 DecimalFormat fmt2(topattern, status); in Test11649_toPatternWithMultiCurrency() local
8711 fmt2.setCurrency(USD); in Test11649_toPatternWithMultiCurrency()
8714 assertEquals("", "US dollars 12.34", fmt2.format(12.34, appendTo)); in Test11649_toPatternWithMultiCurrency()