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

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