Home
last modified time | relevance | path

Searched refs:CONFIRM_EQ (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/test/intltest/
Drestsnew.cpp36 #define CONFIRM_EQ(actual,expected) if ((expected)==(actual)) { record_pass(); } else { record_fail… macro
339 CONFIRM_EQ((UnicodeString)bundle.getKey(), (UnicodeString)data[i]); in TestIteration()
351 CONFIRM_EQ(bundle.getType(), URES_ARRAY); in TestIteration()
363 CONFIRM_EQ(got, expected); in TestIteration()
366 CONFIRM_EQ(col, rowbundle.getSize()); in TestIteration()
370 CONFIRM_EQ(bundle.getType(), (int32_t)URES_STRING); in TestIteration()
373 CONFIRM_EQ(got, expected); in TestIteration()
378 CONFIRM_EQ(bundle.getSize(), count); in TestIteration()
379 CONFIRM_EQ(count, atoi(data[i+1])); in TestIteration()
387 CONFIRM_EQ(u_errorName(err), u_errorName(U_INDEX_OUTOFBOUNDS_ERROR)); in TestIteration()
[all …]
Drestest.cpp38 #define CONFIRM_EQ(actual, expected, myAction) if ((expected)==(actual)) { record_pass(myAction); }… macro
401 CONFIRM_EQ(string, expected_string, action); in testTag()
429 CONFIRM_EQ(value, expected_string, action); in testTag()
456 CONFIRM_EQ(string, expected_string, action); in testTag()
/external/icu4c/test/cintltst/
Dcreststn.c127 #define CONFIRM_EQ(actual,expected) if (u_strcmp(expected,actual)==0){ record_pass(); } else { reco… macro
1710 CONFIRM_EQ(string, expected_string); in testTag()
1743 CONFIRM_EQ(tres_getString(arrayItem1, -1, NULL, &len, &status),expected_string); in testTag()
1787 CONFIRM_EQ(string,expected_string); in testTag()
1836 CONFIRM_EQ(stringValue, expected_string); in testTag()
1885 CONFIRM_EQ(string,expected_string); in testTag()
1966 CONFIRM_EQ(string,expected_string); in testTag()
Dcrestst.c56 #define CONFIRM_EQ(actual,expected) if (u_strcmp(expected,actual)==0){ record_pass(); } else { reco… macro
393 CONFIRM_EQ(string, expected_string); in testTag()