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

/external/icu4c/test/cintltst/
H A Dcreststn.c132 #define CONFIRM_INT_GE(actual,expected) if ((actual)>=(expected)) { record_pass(); } else { record_fail(); log_err("%s returned %d instead of x >= %d\n", action, actual, expected); } macro
968 CONFIRM_INT_GE(len, 1);
1751 CONFIRM_INT_GE(count,1);
1830 CONFIRM_INT_GE(row_count,1);
1840 CONFIRM_INT_GE(column_count,1);
1925 CONFIRM_INT_GE((int32_t)tag_count, (int32_t)0);

Completed in 249 milliseconds