Home | History | Annotate | Download | only in intltest

Lines Matching defs:fmt1

1242     DecimalFormat fmt1(UnicodeString("0.###E0"), US, status);
1247 expect2(fmt1, n, "1.234E3");
1249 expect(fmt1, "1.234E+3", n); // Either format should parse "E+3"
2961 NumberFormat* fmt1= NumberFormat::createInstance(loc1, ec);
2987 if (U_SUCCESS(ec) && fmt1 != NULL && fmt2 != NULL && fmt3 != NULL &&
2989 expect2(*fmt1, 1234.567, CharsToUnicodeString("\\u0E51,\\u0E52\\u0E53\\u0E54.\\u0E55\\u0E56\\u0E57"));
3023 delete fmt1;