Searched refs:OFFSET_ZONE_MAPPINGS (Results 1 – 1 of 1) sorted by relevance
800 static const struct OffsetZoneMapping OFFSET_ZONE_MAPPINGS[] = { variable870 for (idx = 0; idx < UPRV_LENGTHOF(OFFSET_ZONE_MAPPINGS); idx++) in remapShortTimeZone()872 if (offset == OFFSET_ZONE_MAPPINGS[idx].offsetSeconds in remapShortTimeZone()873 && daylightType == OFFSET_ZONE_MAPPINGS[idx].daylightType in remapShortTimeZone()874 && strcmp(OFFSET_ZONE_MAPPINGS[idx].stdID, stdID) == 0 in remapShortTimeZone()875 && strcmp(OFFSET_ZONE_MAPPINGS[idx].dstID, dstID) == 0) in remapShortTimeZone()877 return OFFSET_ZONE_MAPPINGS[idx].olsonID; in remapShortTimeZone()