OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CONFIRM_NE
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/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
39
#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 187 milliseconds