Home | History | Annotate | Download | only in intltest

Lines Matching defs:fmt2

1244     DecimalFormat fmt2(UnicodeString("0.###E+0"), US, status);
1248 expect2(fmt2, n, "1.234E+3");
2009 DecimalFormat fmt2(pat, sym, ec);
2021 fmt2.setDecimalFormatSymbols(sym2);
2024 fmt2.format(2350.75, str);
2042 DecimalFormat fmt2("", sym, ec);
2043 fmt2.applyLocalizedPattern("###.###m", ec);
2047 "485.7m", fmt2.format(0.4857, str));
2965 NumberFormat* fmt2= NumberFormat::createInstance(loc2, ec);
2987 if (U_SUCCESS(ec) && fmt1 != NULL && fmt2 != NULL && fmt3 != NULL &&
2990 expect3(*fmt2, 5678.0, CharsToUnicodeString("\\u05D4\\u05F3\\u05EA\\u05E8\\u05E2\\u05F4\\u05D7"));
3024 delete fmt2;