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

  /external/chromium_org/third_party/icu/source/test/cintltst/
creststn.c 134 /*#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)); } */
136 CONFIRM_ErrorCode(UErrorCode actual,UErrorCode expected)
490 CONFIRM_ErrorCode(status, U_ZERO_ERROR);
500 CONFIRM_ErrorCode(status, U_ZERO_ERROR);
504 CONFIRM_ErrorCode(status, U_ZERO_ERROR);
516 CONFIRM_ErrorCode(status, U_ZERO_ERROR);
520 CONFIRM_ErrorCode(status, U_ZERO_ERROR);
529 CONFIRM_ErrorCode(status, U_ZERO_ERROR);
533 CONFIRM_ErrorCode(status, U_ZERO_ERROR);
542 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)); }
293 CONFIRM_ErrorCode(status,param[i].expected_constructor_status);
381 CONFIRM_ErrorCode(status, expected_resource_status);
    [all...]
  /external/icu4c/test/cintltst/
creststn.c 134 /*#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)); } */
136 CONFIRM_ErrorCode(UErrorCode actual,UErrorCode expected)
490 CONFIRM_ErrorCode(status, U_ZERO_ERROR);
500 CONFIRM_ErrorCode(status, U_ZERO_ERROR);
504 CONFIRM_ErrorCode(status, U_ZERO_ERROR);
516 CONFIRM_ErrorCode(status, U_ZERO_ERROR);
520 CONFIRM_ErrorCode(status, U_ZERO_ERROR);
529 CONFIRM_ErrorCode(status, U_ZERO_ERROR);
533 CONFIRM_ErrorCode(status, U_ZERO_ERROR);
542 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)); }
293 CONFIRM_ErrorCode(status,param[i].expected_constructor_status);
381 CONFIRM_ErrorCode(status, expected_resource_status);
    [all...]

Completed in 1630 milliseconds