Searched refs:CONFIRM_UErrorCode (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | restsnew.cpp | 40 #define CONFIRM_UErrorCode(actual,expected) if ((expected)==(actual)) { record_pass(); } else { rec… macro 656 CONFIRM_UErrorCode(status,param[i].expected_constructor_status); in testTag() 714 CONFIRM_UErrorCode(status, expected_resource_status); in testTag() 737 CONFIRM_UErrorCode(status,expected_resource_status); in testTag() 783 CONFIRM_UErrorCode(status,expected_status); in testTag() 813 CONFIRM_UErrorCode(status,expected_resource_status); in testTag() 826 CONFIRM_UErrorCode(status, expected_resource_status); in testTag() 873 CONFIRM_UErrorCode(status,expected_status); in testTag() 902 CONFIRM_UErrorCode(status, expected_resource_status); in testTag() 975 CONFIRM_UErrorCode(status,U_MISSING_RESOURCE_ERROR); in testTag() [all …]
|
D | restest.cpp | 41 #define CONFIRM_UErrorCode(actual, expected, myAction) if ((expected)==(actual)) { record_pass(myAc… macro 338 CONFIRM_UErrorCode(status, param[i].expected_constructor_status, action); in testTag() 398 CONFIRM_UErrorCode(status, expected_resource_status, action); in testTag() 420 CONFIRM_UErrorCode(status, expected_resource_status, action); in testTag() 448 CONFIRM_UErrorCode(status, expected_status, action); in testTag()
|