Home | History | Annotate | Download | only in intltest

Lines Matching full:errcode

39 #define TEST_ASSERT_SUCCESS(errcode) {if (U_FAILURE(errcode)) { \
41 __FILE__, __LINE__, testId, u_errorName(errcode));}}