Home | History | Annotate | Download | only in i18n

Lines Matching refs:tmpsts

965     UErrorCode tmpsts = U_ZERO_ERROR;   // OK with fallback warning..
966 fZoneStrings = ures_open(U_ICUDATA_ZONE, locale.getName(), &tmpsts);
967 fZoneStrings = ures_getByKeyWithFallback(fZoneStrings, gZoneStrings, fZoneStrings, &tmpsts);
968 if (U_FAILURE(tmpsts)) {
969 status = tmpsts;