Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Drestsnew.cpp39 #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 …]
Drestest.cpp40 #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/
Dcreststn.c133 #define CONFIRM_EQ(actual,expected) if (u_strcmp(expected,actual)==0){ record_pass(); } else { reco… macro
1725 CONFIRM_EQ(string, expected_string); in testTag()
1758 CONFIRM_EQ(tres_getString(arrayItem1, -1, NULL, &len, &status),expected_string); in testTag()
1802 CONFIRM_EQ(string,expected_string); in testTag()
1851 CONFIRM_EQ(stringValue, expected_string); in testTag()
1900 CONFIRM_EQ(string,expected_string); in testTag()
1981 CONFIRM_EQ(string,expected_string); in testTag()
Dcrestst.c55 #define CONFIRM_EQ(actual,expected) if (u_strcmp(expected,actual)==0){ record_pass(); } else { reco… macro
395 CONFIRM_EQ(string, expected_string); in testTag()