Lines Matching refs:CONFIRM_NE
38 #define CONFIRM_NE(actual,expected) if ((expected)!=(actual)) { record_pass(); } else { record_fail(); errln(action + (UnicodeString)" returned " + (actual) + (UnicodeString)" instead of x != " + (expected)); }
391 CONFIRM_NE(err, (int32_t)U_ZERO_ERROR);
1052 CONFIRM_NE(len, 3);
1108 CONFIRM_NE(uintResult, (uint32_t)intResult);