OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CONFIRM_ErrorCode
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/test/cintltst/
creststn.c
135
/*#define
CONFIRM_ErrorCode
(actual,expected) if ((expected)==(actual)) { record_pass(); } else { record_fail(); log_err("%s returned %s instead of %s\n", action, myErrorName(actual), myErrorName(expected)); } */
137
CONFIRM_ErrorCode
(UErrorCode actual,UErrorCode expected)
485
CONFIRM_ErrorCode
(status, U_ZERO_ERROR);
495
CONFIRM_ErrorCode
(status, U_ZERO_ERROR);
499
CONFIRM_ErrorCode
(status, U_ZERO_ERROR);
511
CONFIRM_ErrorCode
(status, U_ZERO_ERROR);
515
CONFIRM_ErrorCode
(status, U_ZERO_ERROR);
524
CONFIRM_ErrorCode
(status, U_ZERO_ERROR);
528
CONFIRM_ErrorCode
(status, U_ZERO_ERROR);
537
CONFIRM_ErrorCode
(status, U_ZERO_ERROR)
[
all
...]
crestst.c
58
#define
CONFIRM_ErrorCode
(actual,expected) if ((expected)==(actual)) { record_pass(); } else { record_fail(); log_err("%s returned %s instead of %s\n", action, myErrorName(actual), myErrorName(expected)); }
290
CONFIRM_ErrorCode
(status,param[i].expected_constructor_status);
378
CONFIRM_ErrorCode
(status, expected_resource_status);
[
all
...]
Completed in 16 milliseconds