Searched refs:OFFSET_ZONE_MAPPINGS (Results 1 – 1 of 1) sorted by relevance
743 static const struct OffsetZoneMapping OFFSET_ZONE_MAPPINGS[] = { variable813 … for (idx = 0; idx < (int32_t)sizeof(OFFSET_ZONE_MAPPINGS)/sizeof(OFFSET_ZONE_MAPPINGS[0]); idx++) in remapShortTimeZone()815 if (offset == OFFSET_ZONE_MAPPINGS[idx].offsetSeconds in remapShortTimeZone()816 && daylightType == OFFSET_ZONE_MAPPINGS[idx].daylightType in remapShortTimeZone()817 && strcmp(OFFSET_ZONE_MAPPINGS[idx].stdID, stdID) == 0 in remapShortTimeZone()818 && strcmp(OFFSET_ZONE_MAPPINGS[idx].dstID, dstID) == 0) in remapShortTimeZone()820 return OFFSET_ZONE_MAPPINGS[idx].olsonID; in remapShortTimeZone()