Searched refs:tmpsts (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | tzgnames.cpp | 365 UErrorCode tmpsts = U_ZERO_ERROR; // OK with fallback warning.. in initialize() local 366 UResourceBundle *zoneStrings = ures_open(U_ICUDATA_ZONE, locale.getName(), &tmpsts); in initialize() 367 zoneStrings = ures_getByKeyWithFallback(zoneStrings, gZoneStrings, zoneStrings, &tmpsts); in initialize() 369 if (U_SUCCESS(tmpsts)) { in initialize() 370 …har *regionPattern = ures_getStringByKeyWithFallback(zoneStrings, gRegionFormatTag, NULL, &tmpsts); in initialize() 371 if (U_SUCCESS(tmpsts) && u_strlen(regionPattern) > 0) { in initialize() 374 tmpsts = U_ZERO_ERROR; in initialize() 375 …*fallbackPattern = ures_getStringByKeyWithFallback(zoneStrings, gFallbackFormatTag, NULL, &tmpsts); in initialize() 376 if (U_SUCCESS(tmpsts) && u_strlen(fallbackPattern) > 0) { in initialize()
|
D | winnmfmt.cpp | 145 UErrorCode tmpsts = U_ZERO_ERROR; in Win32NumberFormat() local 147 …_t len = uloc_getLocaleForLCID(fLCID, tmpLocID, sizeof(tmpLocID)/sizeof(tmpLocID[0]) - 1, &tmpsts); in Win32NumberFormat() 148 if (U_SUCCESS(tmpsts)) { in Win32NumberFormat()
|
D | tznames_impl.cpp | 928 UErrorCode tmpsts = U_ZERO_ERROR; // OK with fallback warning.. in initialize() local 929 fZoneStrings = ures_open(U_ICUDATA_ZONE, locale.getName(), &tmpsts); in initialize() 930 fZoneStrings = ures_getByKeyWithFallback(fZoneStrings, gZoneStrings, fZoneStrings, &tmpsts); in initialize() 931 if (U_FAILURE(tmpsts)) { in initialize() 932 status = tmpsts; in initialize()
|