Searched refs:CONFIRM_INT_EQ (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/test/cintltst/
H A Dcreststn.c131 #define CONFIRM_INT_EQ(actual,expected) if ((expected)==(actual)) { record_pass(); } else { record_fail(); log_err("%s returned %d instead of %d\n", action, actual, expected); } macro
500 CONFIRM_INT_EQ(ures_getType(res), URES_STRING);
504 CONFIRM_INT_EQ(len, 7);
516 CONFIRM_INT_EQ(ures_getType(res), URES_BINARY);
520 CONFIRM_INT_EQ(len, 15);
522 CONFIRM_INT_EQ(binResult[i], i);
529 CONFIRM_INT_EQ(ures_getType(res), URES_BINARY);
533 CONFIRM_INT_EQ(len, 15);
535 CONFIRM_INT_EQ(binResult[i], i);
542 CONFIRM_INT_EQ(ures_getTyp
[all...]

Completed in 400 milliseconds