Home | History | Annotate | Download | only in intltest

Lines Matching defs:CHECK

522 #define CHECK(status,str) if (U_FAILURE(status)) { errcheckln(status, UnicodeString("FAIL: ") + str + " - " + u_errorName(status)); return; }
1644 CHECK(status, "DecimalFormatSymbols ct");
1647 CHECK(status, "DecimalFormat ct");
1652 CHECK(status, "applyPattern");
1753 CHECK(status, "DecimalFormatSymbols constructor");
1755 CHECK(status, "DecimalFormat(0.###E0)");
1757 CHECK(status, "DecimalFormat(0.###E+0)");
1770 CHECK(status, "DecimalFormatSymbols constructor");
1787 CHECK(status, "DecimalFormat constructor");
1950 CHECK(status, "DecimalFormatSymbols constructor");
2040 CHECK(status, "DecimalFormat constructor");
2066 CHECK(status, "DecimalFormatSymbols constructor");
2069 CHECK(status, "DecimalFormat constructor");
2087 CHECK(status, "applyPattern");
2127 CHECK(status, "DecimalFormatSymbols constructor");
2302 // Do a basic check of getName()
2312 // Warning: HARD-CODED LOCALE DATA in this test. If it fails, CHECK
2530 * Check that adoptDecimalFormatSymbols and setDecimalFormatSymbols
2926 return (double) a.getLong() == b.getDouble(); // TODO check use of double instead of long
3011 CHECK(status, "NumberFormat::format");
3028 CHECK(status, "NumberFormat::format");
3047 CHECK(status, "NumberFormat::format");
3066 CHECK(status, "NumberFormat::format");
3235 uprv_strcat(theOperation, ", check amount:");
3239 uprv_strcat(theOperation, ", check currency:");
3505 CHECK(status, "DecimalFormatSymbols constructor");
3507 CHECK(status, "DecimalFormat(0)");
6746 // check that all were found
6976 // Check formatting a DigitList. DigitList is internal, but this is
7008 // Check a parse with a formatter with a multiplier.
7030 // Check that a parse returns a decimal number with full accuracy
7461 errln("%s:%d: got err %s trying to ufmt_get...() for exact match check", file, line, u_errorName(valueStatus));
7729 CHECK(status, "DecimalFormatSymbols constructor");
7739 CHECK(status, "DecimalFormat constructor");
8345 // Check the constant MAX_INT64_IN_DOUBLE.