Searched refs:CONFIRM_ErrorCode (Results 1 - 2 of 2) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
H A D | 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) function 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(statu [all...] |
H A D | 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)); } macro 289 CONFIRM_ErrorCode(status,param[i].expected_constructor_status); 377 CONFIRM_ErrorCode(status, expected_resource_status);
|
Completed in 178 milliseconds