Searched defs:CONFIRM_NE (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Drestest.cpp40 #define CONFIRM_NE(actual, expected, myAction) if ((expected)!=(actual)) { record_pass(myAction); } else { record_fail(myAction + (UnicodeString)" returned " + (actual) + (UnicodeString)" instead of x != " + (expected) + "\n");} macro
H A Drestsnew.cpp38 #define CONFIRM_NE(actual,expected) if ((expected)!=(actual)) { record_pass(); } else { record_fail(); errln(action + (UnicodeString)" returned " + (actual) + (UnicodeString)" instead of x != " + (expected)); } macro
391 CONFIRM_NE(err, (int32_t)U_ZERO_ERROR);
1052 CONFIRM_NE(len, 3);
1108 CONFIRM_NE(uintResult, (uint32_t)intResult);
/external/icu/icu4c/source/test/intltest/
H A Drestest.cpp39 #define CONFIRM_NE(actual, expected, myAction) if ((expected)!=(actual)) { record_pass(myAction); } else { record_fail(myAction + (UnicodeString)" returned " + (actual) + (UnicodeString)" instead of x != " + (expected) + "\n");} macro
H A Drestsnew.cpp38 #define CONFIRM_NE(actual,expected) if ((expected)!=(actual)) { record_pass(); } else { record_fail(); errln(action + (UnicodeString)" returned " + (actual) + (UnicodeString)" instead of x != " + (expected)); } macro
391 CONFIRM_NE(err, (int32_t)U_ZERO_ERROR);
1052 CONFIRM_NE(len, 3);
1108 CONFIRM_NE(uintResult, (uint32_t)intResult);

Completed in 63 milliseconds