Home | History | Annotate | Download | only in cintltst

Lines Matching defs:error

41     UErrorCode error;
44 error = U_ZERO_ERROR;
45 tag = ucnv_getStandardName(name, standard, &error);
47 log_err_status(error, "FAIL: could not find %s standard name for %s\n", standard, name);
71 log_err("FAIL: ucnv_getStandard(%d), error=%s\n", i, u_errorName(err));
117 UErrorCode error;
120 error = U_ZERO_ERROR;
121 tag = ucnv_getCanonicalName(name, standard, &error);
127 log_err_status(error, "FAIL: could not find %s canonical name for %s\n", (standard ? "\"\"" : standard), name);
197 log_err("FAIL: uenum_next(%d) == \"%s\". expected \"%s\", len=%d, error=%s\n",
251 log_err("FAIL: uenum_next(%d) == \"%s\". expected \"%s\", len=%d, error=%s\n",