Home
last modified time | relevance | path

Searched refs:CONFIRM_UErrorCode (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Drestsnew.cpp43 #define CONFIRM_UErrorCode(actual,expected) if ((expected)==(actual)) { record_pass(); } else { rec… macro
673 CONFIRM_UErrorCode(status,param[i].expected_constructor_status); in testTag()
731 CONFIRM_UErrorCode(status, expected_resource_status); in testTag()
754 CONFIRM_UErrorCode(status,expected_resource_status); in testTag()
800 CONFIRM_UErrorCode(status,expected_status); in testTag()
830 CONFIRM_UErrorCode(status,expected_resource_status); in testTag()
843 CONFIRM_UErrorCode(status, expected_resource_status); in testTag()
890 CONFIRM_UErrorCode(status,expected_status); in testTag()
919 CONFIRM_UErrorCode(status, expected_resource_status); in testTag()
992 CONFIRM_UErrorCode(status,U_MISSING_RESOURCE_ERROR); in testTag()
[all …]
Drestest.cpp44 #define CONFIRM_UErrorCode(actual, expected, myAction) if ((expected)==(actual)) { record_pass(myAc… macro
341 CONFIRM_UErrorCode(status, param[i].expected_constructor_status, action); in testTag()
401 CONFIRM_UErrorCode(status, expected_resource_status, action); in testTag()
423 CONFIRM_UErrorCode(status, expected_resource_status, action); in testTag()
451 CONFIRM_UErrorCode(status, expected_status, action); in testTag()