Searched refs:CONFIRM_UErrorCode (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | restsnew.cpp | 97 #define CONFIRM_UErrorCode(actual,expected) UPRV_BLOCK_MACRO_BEGIN { \ macro 717 CONFIRM_UErrorCode(status,param[i].expected_constructor_status); in testTag() 775 CONFIRM_UErrorCode(status, expected_resource_status); in testTag() 798 CONFIRM_UErrorCode(status,expected_resource_status); in testTag() 844 CONFIRM_UErrorCode(status,expected_status); in testTag() 874 CONFIRM_UErrorCode(status,expected_resource_status); in testTag() 887 CONFIRM_UErrorCode(status, expected_resource_status); in testTag() 934 CONFIRM_UErrorCode(status,expected_status); in testTag() 963 CONFIRM_UErrorCode(status, expected_resource_status); in testTag() 1036 CONFIRM_UErrorCode(status,U_MISSING_RESOURCE_ERROR); in testTag() [all …]
|
D | restest.cpp | 62 #define CONFIRM_UErrorCode(actual, expected, myAction) UPRV_BLOCK_MACRO_BEGIN { \ macro 365 CONFIRM_UErrorCode(status, param[i].expected_constructor_status, action); in testTag() 425 CONFIRM_UErrorCode(status, expected_resource_status, action); in testTag() 447 CONFIRM_UErrorCode(status, expected_resource_status, action); in testTag() 475 CONFIRM_UErrorCode(status, expected_status, action); in testTag()
|