Searched refs:OFFSET_ZONE_MAPPINGS (Results 1 – 1 of 1) sorted by relevance
793 static const struct OffsetZoneMapping OFFSET_ZONE_MAPPINGS[] = { variable863 for (idx = 0; idx < UPRV_LENGTHOF(OFFSET_ZONE_MAPPINGS); idx++) in remapShortTimeZone()865 if (offset == OFFSET_ZONE_MAPPINGS[idx].offsetSeconds in remapShortTimeZone()866 && daylightType == OFFSET_ZONE_MAPPINGS[idx].daylightType in remapShortTimeZone()867 && strcmp(OFFSET_ZONE_MAPPINGS[idx].stdID, stdID) == 0 in remapShortTimeZone()868 && strcmp(OFFSET_ZONE_MAPPINGS[idx].dstID, dstID) == 0) in remapShortTimeZone()870 return OFFSET_ZONE_MAPPINGS[idx].olsonID; in remapShortTimeZone()