HomeSort by relevance Sort by last modified time
    Searched refs:tmpsts (Results 1 - 2 of 2) sorted by null

  /external/icu4c/i18n/
tzgnames.cpp 299 UErrorCode tmpsts = U_ZERO_ERROR; // OK with fallback warning.. local
300 UResourceBundle *zoneStrings = ures_open(U_ICUDATA_ZONE, locale.getName(), &tmpsts);
301 zoneStrings = ures_getByKeyWithFallback(zoneStrings, gZoneStrings, zoneStrings, &tmpsts);
303 if (U_SUCCESS(tmpsts)) {
304 const UChar *regionPattern = ures_getStringByKeyWithFallback(zoneStrings, gRegionFormatTag, NULL, &tmpsts);
305 if (U_SUCCESS(tmpsts) && u_strlen(regionPattern) > 0) {
308 tmpsts = U_ZERO_ERROR;
309 const UChar *fallbackRegionPattern = ures_getStringByKeyWithFallback(zoneStrings, gFallbackRegionFormatTag, NULL, &tmpsts);
310 if (U_SUCCESS(tmpsts) && u_strlen(fallbackRegionPattern) > 0) {
313 tmpsts = U_ZERO_ERROR
    [all...]
tznames_impl.cpp 965 UErrorCode tmpsts = U_ZERO_ERROR; // OK with fallback warning.. local
966 fZoneStrings = ures_open(U_ICUDATA_ZONE, locale.getName(), &tmpsts);
967 fZoneStrings = ures_getByKeyWithFallback(fZoneStrings, gZoneStrings, fZoneStrings, &tmpsts);
968 if (U_FAILURE(tmpsts)) {
969 status = tmpsts;
    [all...]

Completed in 32 milliseconds