Home | History | Annotate | Download | only in common

Lines Matching full:perr

160                  UErrorCode *pErr)
162 UDataMemory *newCommonData = UDataMemory_createNewInstance(pErr);
165 if (U_FAILURE(*pErr)) {
189 *pErr = U_USING_DEFAULT_WARNING;
328 static UDataMemory *udata_cacheDataItem(const char *path, UDataMemory *item, UErrorCode *pErr) {
336 if (U_FAILURE(*pErr)) {
345 *pErr = U_MEMORY_ALLOCATION_ERROR;
348 newElement->item = UDataMemory_createNewInstance(pErr);
349 if (U_FAILURE(*pErr)) {
359 *pErr = U_MEMORY_ALLOCATION_ERROR;
389 *pErr = subErr; /* copy sub err unto fillin ONLY if something happens. */
792 static UBool extendICUData(UErrorCode *pErr)
817 pErr);
834 pErr); /* setCommonICUData honors errors; NOP if error set */