Searched refs:CONFIRM_EQ (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | restsnew.cpp | 39 #define CONFIRM_EQ(actual,expected) if ((expected)==(actual)) { record_pass(); } else { record_fail… macro 347 CONFIRM_EQ((UnicodeString)bundle.getKey(), (UnicodeString)data[i]); in TestIteration() 359 CONFIRM_EQ(bundle.getType(), URES_ARRAY); in TestIteration() 371 CONFIRM_EQ(got, expected); in TestIteration() 374 CONFIRM_EQ(col, rowbundle.getSize()); in TestIteration() 378 CONFIRM_EQ(bundle.getType(), (int32_t)URES_STRING); in TestIteration() 381 CONFIRM_EQ(got, expected); in TestIteration() 386 CONFIRM_EQ(bundle.getSize(), count); in TestIteration() 387 CONFIRM_EQ(count, atoi(data[i+1])); in TestIteration() 395 CONFIRM_EQ(u_errorName(err), u_errorName(U_INDEX_OUTOFBOUNDS_ERROR)); in TestIteration() [all …]
|
D | restest.cpp | 40 #define CONFIRM_EQ(actual, expected, myAction) if ((expected)==(actual)) { record_pass(myAction); }… macro 408 CONFIRM_EQ(string, expected_string, action); in testTag() 436 CONFIRM_EQ(value, expected_string, action); in testTag() 463 CONFIRM_EQ(string, expected_string, action); in testTag()
|
/external/icu/icu4c/source/test/cintltst/ |
D | creststn.c | 135 #define CONFIRM_EQ(actual,expected) if (u_strcmp(expected,actual)==0){ record_pass(); } else { reco… macro 1727 CONFIRM_EQ(string, expected_string); in testTag() 1760 CONFIRM_EQ(tres_getString(arrayItem1, -1, NULL, &len, &status),expected_string); in testTag() 1804 CONFIRM_EQ(string,expected_string); in testTag() 1853 CONFIRM_EQ(stringValue, expected_string); in testTag() 1902 CONFIRM_EQ(string,expected_string); in testTag() 1983 CONFIRM_EQ(string,expected_string); in testTag()
|
D | crestst.c | 56 #define CONFIRM_EQ(actual,expected) if (u_strcmp(expected,actual)==0){ record_pass(); } else { reco… macro 396 CONFIRM_EQ(string, expected_string); in testTag()
|