Home | History | Annotate | Download | only in common

Lines Matching refs:errorCode

153          UErrorCode *errorCode) {
163 *errorCode=U_INVALID_FORMAT_ERROR;
171 *errorCode=U_INVALID_FORMAT_ERROR;
183 *errorCode=U_INVALID_FORMAT_ERROR;
191 *errorCode=U_INVALID_FORMAT_ERROR;
205 *errorCode=U_INVALID_FORMAT_ERROR;
228 UErrorCode *errorCode) {
232 if(U_FAILURE(*errorCode)) {
236 *errorCode=U_INVALID_FORMAT_ERROR;
239 res_init(pResData, formatVersion, inBytes, length, errorCode);
244 const char *path, const char *name, UErrorCode *errorCode) {
250 pResData->data=udata_openChoice(path, "res", name, isAcceptable, formatVersion, errorCode);
251 if(U_FAILURE(*errorCode)) {
256 res_init(pResData, formatVersion, udata_getMemory(pResData->data), -1, errorCode);