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/icu/icu4c/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)
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 56 #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)); }
291 CONFIRM_ErrorCode(status,param[i].expected_constructor_status);
379 CONFIRM_ErrorCode(status, expected_resource_status);
    [all...]

Completed in 108 milliseconds