Home | History | Annotate | Download | only in cintltst

Lines Matching refs:CONFIRM_EQ

52 #define CONFIRM_EQ(actual,expected) if (u_strcmp(expected,actual)==0){ record_pass(); } else { record_fail(); log_err("%s  returned  %s  instead of %s\n", action, austrdup(actual), austrdup(expected)); }
392 CONFIRM_EQ(string, expected_string);