Home | History | Annotate | Download | only in cintltst

Lines Matching refs:ec

39     UErrorCode ec = U_ZERO_ERROR;
58 const char *path = loadTestData(&ec);
60 if (U_FAILURE(ec)) {
61 log_data_err("FAIL: loadTestData => %s\n", u_errorName(ec));
65 catd = u_catopen(path, "mc", &ec);
66 if (U_FAILURE(ec)) {
67 log_data_err("FAIL: u_catopen => %s\n", u_errorName(ec));
82 ec = U_ZERO_ERROR;
83 ustr = u_catgets(catd, set_num, msg_num, FAIL, &len, &ec);
85 err = u_errorName(ec);