OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CONFIRM_EQ
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/test/intltest/
restsnew.cpp
36
#define
CONFIRM_EQ
(actual,expected) if ((expected)==(actual)) { record_pass(); } else { record_fail(); errln(action + (UnicodeString)" returned " + (actual) + (UnicodeString)" instead of " + (expected)); }
339
CONFIRM_EQ
((UnicodeString)bundle.getKey(), (UnicodeString)data[i]);
351
CONFIRM_EQ
(bundle.getType(), URES_ARRAY);
363
CONFIRM_EQ
(got, expected);
366
CONFIRM_EQ
(col, rowbundle.getSize());
370
CONFIRM_EQ
(bundle.getType(), (int32_t)URES_STRING);
373
CONFIRM_EQ
(got, expected);
378
CONFIRM_EQ
(bundle.getSize(), count);
379
CONFIRM_EQ
(count, atoi(data[i+1]));
387
CONFIRM_EQ
(u_errorName(err), u_errorName(U_INDEX_OUTOFBOUNDS_ERROR))
[
all
...]
restest.cpp
38
#define
CONFIRM_EQ
(actual, expected, myAction) if ((expected)==(actual)) { record_pass(myAction); } else { record_fail(myAction + (UnicodeString)" returned " + (actual) + (UnicodeString)" instead of " + (expected) + "\n");}
401
CONFIRM_EQ
(string, expected_string, action);
429
CONFIRM_EQ
(value, expected_string, action);
456
CONFIRM_EQ
(string, expected_string, action);
/external/icu4c/test/cintltst/
crestst.c
56
#define
CONFIRM_EQ
(actual,expected) if (u_strcmp(expected,actual)==0){ record_pass(); } else { record_fail(); log_err("%s returned %s instead of %s\n", action, austrdup(actual), austrdup(expected)); }
393
CONFIRM_EQ
(string, expected_string);
[
all
...]
creststn.c
131
#define
CONFIRM_EQ
(actual,expected) if (u_strcmp(expected,actual)==0){ record_pass(); } else { record_fail(); log_err("%s returned %s instead of %s\n", action, austrdup(actual), austrdup(expected)); }
[
all
...]
Completed in 16 milliseconds