Home | History | Annotate | Download | only in common

Lines Matching full:tmperr

47         UErrorCode tmpErr = U_ZERO_ERROR;
48 UResourceBundle* subtags = ures_openDirect(NULL, "likelySubtags", &tmpErr);
49 if (U_SUCCESS(tmpErr)) {
50 s = ures_getStringByKey(subtags, localeID, &resLen, &tmpErr);
52 if (U_FAILURE(tmpErr)) {
57 if (tmpErr != U_MISSING_RESOURCE_ERROR) {
58 *err = tmpErr;
72 *err = tmpErr;