Searched refs:CONFIRM_ErrorCode (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcreststn.c134 /*#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
483 CONFIRM_ErrorCode(status, U_ZERO_ERROR);
493 CONFIRM_ErrorCode(status, U_ZERO_ERROR);
497 CONFIRM_ErrorCode(status, U_ZERO_ERROR);
509 CONFIRM_ErrorCode(status, U_ZERO_ERROR);
513 CONFIRM_ErrorCode(status, U_ZERO_ERROR);
522 CONFIRM_ErrorCode(status, U_ZERO_ERROR);
526 CONFIRM_ErrorCode(status, U_ZERO_ERROR);
535 CONFIRM_ErrorCode(statu
[all...]
H A Dcrestst.c58 #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
293 CONFIRM_ErrorCode(status,param[i].expected_constructor_status);
381 CONFIRM_ErrorCode(status, expected_resource_status);
/external/icu/icu4c/source/test/cintltst/
H A Dcreststn.c134 /*#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
485 CONFIRM_ErrorCode(status, U_ZERO_ERROR);
495 CONFIRM_ErrorCode(status, U_ZERO_ERROR);
499 CONFIRM_ErrorCode(status, U_ZERO_ERROR);
511 CONFIRM_ErrorCode(status, U_ZERO_ERROR);
515 CONFIRM_ErrorCode(status, U_ZERO_ERROR);
524 CONFIRM_ErrorCode(status, U_ZERO_ERROR);
528 CONFIRM_ErrorCode(status, U_ZERO_ERROR);
537 CONFIRM_ErrorCode(statu
[all...]
H A Dcrestst.c56 #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
291 CONFIRM_ErrorCode(status,param[i].expected_constructor_status);
379 CONFIRM_ErrorCode(status, expected_resource_status);

Completed in 544 milliseconds