Lines Matching refs:status
30 UErrorCode *status)
36 if(status==NULL || U_FAILURE(*status)) {
45 *status=U_ILLEGAL_ARGUMENT_ERROR;
56 UConverter *cnv=u_getDefaultConverter(status);
57 length=ucnv_fromUChars(cnv, path, (int32_t)sizeof(pathBuffer), myPath, length, status);
59 if(U_FAILURE(*status)) {
64 *status=U_ILLEGAL_ARGUMENT_ERROR;
69 *status=U_UNSUPPORTED_ERROR;
75 return ures_open(path, localeID, status);