Lines Matching refs:errorCode
158 UErrorCode *errorCode) {
168 *errorCode=U_INVALID_FORMAT_ERROR;
176 *errorCode=U_INVALID_FORMAT_ERROR;
188 *errorCode=U_INVALID_FORMAT_ERROR;
196 *errorCode=U_INVALID_FORMAT_ERROR;
210 *errorCode=U_INVALID_FORMAT_ERROR;
233 UErrorCode *errorCode) {
237 if(U_FAILURE(*errorCode)) {
241 *errorCode=U_INVALID_FORMAT_ERROR;
244 res_init(pResData, formatVersion, inBytes, length, errorCode);
249 const char *path, const char *name, UErrorCode *errorCode) {
255 pResData->data=udata_openChoice(path, "res", name, isAcceptable, formatVersion, errorCode);
256 if(U_FAILURE(*errorCode)) {
261 res_init(pResData, formatVersion, udata_getMemory(pResData->data), -1, errorCode);