Home
last modified time | relevance | path

Searched refs:tmpsts (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
Dtzgnames.cpp366 UErrorCode tmpsts = U_ZERO_ERROR; // OK with fallback warning.. in initialize() local
367 UResourceBundle *zoneStrings = ures_open(U_ICUDATA_ZONE, locale.getName(), &tmpsts); in initialize()
368 zoneStrings = ures_getByKeyWithFallback(zoneStrings, gZoneStrings, zoneStrings, &tmpsts); in initialize()
370 if (U_SUCCESS(tmpsts)) { in initialize()
371 …har *regionPattern = ures_getStringByKeyWithFallback(zoneStrings, gRegionFormatTag, NULL, &tmpsts); in initialize()
372 if (U_SUCCESS(tmpsts) && u_strlen(regionPattern) > 0) { in initialize()
375 tmpsts = U_ZERO_ERROR; in initialize()
376 …*fallbackPattern = ures_getStringByKeyWithFallback(zoneStrings, gFallbackFormatTag, NULL, &tmpsts); in initialize()
377 if (U_SUCCESS(tmpsts) && u_strlen(fallbackPattern) > 0) { in initialize()
Dwinnmfmt.cpp221 UErrorCode tmpsts = U_ZERO_ERROR; in Win32NumberFormat() local
223 int32_t len = uloc_getLocaleForLCID(fLCID, tmpLocID, UPRV_LENGTHOF(tmpLocID) - 1, &tmpsts); in Win32NumberFormat()
224 if (U_SUCCESS(tmpsts)) { in Win32NumberFormat()
Dtznames_impl.cpp1034 UErrorCode tmpsts = U_ZERO_ERROR; // OK with fallback warning.. in initialize() local
1035 fZoneStrings = ures_open(U_ICUDATA_ZONE, locale.getName(), &tmpsts); in initialize()
1036 fZoneStrings = ures_getByKeyWithFallback(fZoneStrings, gZoneStrings, fZoneStrings, &tmpsts); in initialize()
1037 if (U_FAILURE(tmpsts)) { in initialize()
1038 status = tmpsts; in initialize()