Searched refs:tmpsts (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | tzgnames.cpp | 369 UErrorCode tmpsts = U_ZERO_ERROR; // OK with fallback warning.. in initialize() local 370 UResourceBundle *zoneStrings = ures_open(U_ICUDATA_ZONE, locale.getName(), &tmpsts); in initialize() 371 zoneStrings = ures_getByKeyWithFallback(zoneStrings, gZoneStrings, zoneStrings, &tmpsts); in initialize() 373 if (U_SUCCESS(tmpsts)) { in initialize() 374 …har *regionPattern = ures_getStringByKeyWithFallback(zoneStrings, gRegionFormatTag, NULL, &tmpsts); in initialize() 375 if (U_SUCCESS(tmpsts) && u_strlen(regionPattern) > 0) { in initialize() 378 tmpsts = U_ZERO_ERROR; in initialize() 379 …*fallbackPattern = ures_getStringByKeyWithFallback(zoneStrings, gFallbackFormatTag, NULL, &tmpsts); in initialize() 380 if (U_SUCCESS(tmpsts) && u_strlen(fallbackPattern) > 0) { in initialize()
|
D | winnmfmt.cpp | 221 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()
|
D | tznames_impl.cpp | 1038 UErrorCode tmpsts = U_ZERO_ERROR; // OK with fallback warning.. in initialize() local 1039 fZoneStrings = ures_open(U_ICUDATA_ZONE, locale.getName(), &tmpsts); in initialize() 1040 fZoneStrings = ures_getByKeyWithFallback(fZoneStrings, gZoneStrings, fZoneStrings, &tmpsts); in initialize() 1041 if (U_FAILURE(tmpsts)) { in initialize() 1042 status = tmpsts; in initialize()
|