Searched refs:CONFIRM_ErrorCode (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | creststn.c | 141 CONFIRM_ErrorCode(UErrorCode actual,UErrorCode expected) in CONFIRM_ErrorCode() function 486 CONFIRM_ErrorCode(status, U_ZERO_ERROR); in TestNewTypes() 496 CONFIRM_ErrorCode(status, U_ZERO_ERROR); in TestNewTypes() 500 CONFIRM_ErrorCode(status, U_ZERO_ERROR); in TestNewTypes() 512 CONFIRM_ErrorCode(status, U_ZERO_ERROR); in TestNewTypes() 516 CONFIRM_ErrorCode(status, U_ZERO_ERROR); in TestNewTypes() 525 CONFIRM_ErrorCode(status, U_ZERO_ERROR); in TestNewTypes() 529 CONFIRM_ErrorCode(status, U_ZERO_ERROR); in TestNewTypes() 538 CONFIRM_ErrorCode(status, U_ZERO_ERROR); in TestNewTypes() 543 CONFIRM_ErrorCode(status, U_ZERO_ERROR); in TestNewTypes() [all …]
|
D | crestst.c | 58 #define CONFIRM_ErrorCode(actual,expected) if ((expected)==(actual)) { record_pass(); } else { reco… macro 293 CONFIRM_ErrorCode(status,param[i].expected_constructor_status); in testTag() 381 CONFIRM_ErrorCode(status, expected_resource_status); in testTag()
|