HomeSort by relevance Sort by last modified time
    Searched refs:CONFIRM_NE (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/test/intltest/
restsnew.cpp 41 #define CONFIRM_NE(actual,expected) if ((expected)!=(actual)) { record_pass(); } else { record_fail(); errln(action + (UnicodeString)" returned " + (actual) + (UnicodeString)" instead of x != " + (expected)); }
394 CONFIRM_NE(err, (int32_t)U_ZERO_ERROR);
    [all...]
restest.cpp 42 #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");}

Completed in 71 milliseconds