Home
last modified time | relevance | path

Searched refs:CONFIRM_GE (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Drestsnew.cpp40 #define CONFIRM_GE(actual,expected) if ((actual)>=(expected)) { record_pass(); } else { record_fail… macro
764 CONFIRM_GE(count,1); in testTag()
839 CONFIRM_GE(row_count,1); in testTag()
850 CONFIRM_GE(column_count,1); in testTag()
926 CONFIRM_GE((int32_t)tag_count, (int32_t)0); in testTag()
Drestest.cpp41 #define CONFIRM_GE(actual, expected, myAction) if ((actual)>=(expected)) { record_pass(myAction); }… macro
428 CONFIRM_GE(count, 1, action); in testTag()