Home | History | Annotate | Download | only in intltest

Lines Matching refs:symbols

78   TESTCASE_AUTO(TestComplexCurrency);  // This test removed because CLDR no longer uses choice formats in currency symbols.
6438 DecimalFormatSymbols *symbols = new DecimalFormatSymbols(Locale::getDefault(), status);
6446 DecimalFormat fmt("#####", symbols, status);
6448 errln((UnicodeString)"ERROR: Could not create DecimalFormat (pattern, symbols*)");
6562 errln("FAIL: error setting symbols");