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

/external/icu/icu4c/source/i18n/
H A Dwinnmfmt.cpp145 UErrorCode tmpsts = U_ZERO_ERROR; local
147 int32_t len = uloc_getLocaleForLCID(fLCID, tmpLocID, sizeof(tmpLocID)/sizeof(tmpLocID[0]) - 1, &tmpsts);
148 if (U_SUCCESS(tmpsts)) {
H A Dtzgnames.cpp365 UErrorCode tmpsts = U_ZERO_ERROR; // OK with fallback warning.. local
366 UResourceBundle *zoneStrings = ures_open(U_ICUDATA_ZONE, locale.getName(), &tmpsts);
367 zoneStrings = ures_getByKeyWithFallback(zoneStrings, gZoneStrings, zoneStrings, &tmpsts);
369 if (U_SUCCESS(tmpsts)) {
370 const UChar *regionPattern = ures_getStringByKeyWithFallback(zoneStrings, gRegionFormatTag, NULL, &tmpsts);
371 if (U_SUCCESS(tmpsts) && u_strlen(regionPattern) > 0) {
374 tmpsts = U_ZERO_ERROR;
375 const UChar *fallbackPattern = ures_getStringByKeyWithFallback(zoneStrings, gFallbackFormatTag, NULL, &tmpsts);
376 if (U_SUCCESS(tmpsts) && u_strlen(fallbackPattern) > 0) {
H A Dtznames_impl.cpp928 UErrorCode tmpsts = U_ZERO_ERROR; // OK with fallback warning.. local
929 fZoneStrings = ures_open(U_ICUDATA_ZONE, locale.getName(), &tmpsts);
930 fZoneStrings = ures_getByKeyWithFallback(fZoneStrings, gZoneStrings, fZoneStrings, &tmpsts);
931 if (U_FAILURE(tmpsts)) {
932 status = tmpsts;

Completed in 33 milliseconds