Home | History | Annotate | Download | only in intltest

Lines Matching refs:CHECK

50 #define CHECK(status,str) if (U_FAILURE(status)) { errcheckln(status, UnicodeString("FAIL: ") + str + " - " + u_errorName(status)); return; }
874 CHECK(status, "DecimalFormatSymbols ct");
877 CHECK(status, "DecimalFormat ct");
882 CHECK(status, "applyPattern");
888 CHECK(status, "createInstance(hi_IN)");
983 CHECK(status, "DecimalFormatSymbols constructor");
985 CHECK(status, "DecimalFormat(0.###E0)");
987 CHECK(status, "DecimalFormat(0.###E+0)");
1000 CHECK(status, "DecimalFormatSymbols constructor");
1017 CHECK(status, "DecimalFormat constructor");
1180 CHECK(status, "DecimalFormatSymbols constructor");
1270 CHECK(status, "DecimalFormat constructor");
1296 CHECK(status, "DecimalFormatSymbols constructor");
1299 CHECK(status, "DecimalFormat constructor");
1317 CHECK(status, "applyPattern");
1357 CHECK(status, "DecimalFormatSymbols constructor");
1526 // Do a basic check of getName()
1536 // Warning: HARD-CODED LOCALE DATA in this test. If it fails, CHECK
1694 * Check that adoptDecimalFormatSymbols and setDecimalFormatSymbols
2083 return (double) a.getLong() == b.getDouble(); // TODO check use of double instead of long
2168 CHECK(status, "NumberFormat::format");
2185 CHECK(status, "NumberFormat::format");
2204 CHECK(status, "NumberFormat::format");
2223 CHECK(status, "NumberFormat::format");
2550 CHECK(status, "DecimalFormatSymbols constructor");
2552 CHECK(status, "DecimalFormat(0)");
5827 // check that all were found
6054 // Check formatting a DigitList. DigitList is internal, but this is
6084 // Check a parse with a formatter with a multiplier.
6099 // Check that a parse returns a decimal number with full accuracy