Home | History | Annotate | Download | only in i18n

Lines Matching full:tmpsts

893     UErrorCode tmpsts = U_ZERO_ERROR;   // OK with fallback warning..
894 fZoneStrings = ures_open(U_ICUDATA_ZONE, locale.getName(), &tmpsts);
895 fZoneStrings = ures_getByKeyWithFallback(fZoneStrings, gZoneStrings, fZoneStrings, &tmpsts);
896 if (U_FAILURE(tmpsts)) {
897 status = tmpsts;