Lines Matching full:perr
117 UErrorCode *pErr)
119 UDataMemory *newCommonData = UDataMemory_createNewInstance(pErr);
120 if (U_FAILURE(*pErr)) {
137 *pErr = U_USING_DEFAULT_WARNING;
266 static UDataMemory *udata_cacheDataItem(const char *path, UDataMemory *item, UErrorCode *pErr) {
274 if (U_FAILURE(*pErr)) {
283 *pErr = U_MEMORY_ALLOCATION_ERROR;
286 newElement->item = UDataMemory_createNewInstance(pErr);
287 if (U_FAILURE(*pErr)) {
297 *pErr = U_MEMORY_ALLOCATION_ERROR;
327 *pErr = subErr; /* copy sub err unto fillin ONLY if something happens. */
859 static UBool extendICUData(UDataMemory *failedData, UErrorCode *pErr)
878 pErr);
895 pErr); /* setCommonICUData honors errors; NOP if error set */