HomeSort by relevance Sort by last modified time
    Searched refs:CONFIRM_ErrorCode (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/test/cintltst/
creststn.c 134 /*#define CONFIRM_ErrorCode(actual,expected) if ((expected)==(actual)) { record_pass(); } else { record_fail(); log_err("%s returned %s instead of %s\n", action, myErrorName(actual), myErrorName(expected)); } */
136 CONFIRM_ErrorCode(UErrorCode actual,UErrorCode expected)
481 CONFIRM_ErrorCode(status, U_ZERO_ERROR);
491 CONFIRM_ErrorCode(status, U_ZERO_ERROR);
495 CONFIRM_ErrorCode(status, U_ZERO_ERROR);
507 CONFIRM_ErrorCode(status, U_ZERO_ERROR);
511 CONFIRM_ErrorCode(status, U_ZERO_ERROR);
520 CONFIRM_ErrorCode(status, U_ZERO_ERROR);
524 CONFIRM_ErrorCode(status, U_ZERO_ERROR);
533 CONFIRM_ErrorCode(status, U_ZERO_ERROR)
    [all...]
crestst.c 54 #define CONFIRM_ErrorCode(actual,expected) if ((expected)==(actual)) { record_pass(); } else { record_fail(); log_err("%s returned %s instead of %s\n", action, myErrorName(actual), myErrorName(expected)); }
289 CONFIRM_ErrorCode(status,param[i].expected_constructor_status);
377 CONFIRM_ErrorCode(status, expected_resource_status);
    [all...]

Completed in 105 milliseconds