Home | History | Annotate | Download | only in i18n

Lines Matching refs:tmperr

1644     UErrorCode tmperr = U_ZERO_ERROR;
1654 ures_getByKey(zones, winidKey, zones, &tmperr); // use tmperr, because windows mapping might not
1656 if (U_FAILURE(tmperr)) {
1665 const UChar *tzids = ures_getStringByKey(zones, region, &len, &tmperr); // use tmperr, because
1667 if (U_SUCCESS(tmperr)) {