Searched refs:toDaylightCalendars (Results 1 – 1 of 1) sorted by relevance
535 static boolean getDSTCalendars(TimeZone tz, GregorianCalendar[] toDaylightCalendars, in getDSTCalendars() argument538 int maxYears = toDaylightCalendars.length; in getDSTCalendars()558 toDaylightCalendars[i] = cal; in getDSTCalendars()565 toDaylightCalendars[i] = cal; in getDSTCalendars()614 GregorianCalendar[] toDaylightCalendars = new GregorianCalendar[maxYears]; in timeZoneToVTimezone() local616 if (!getDSTCalendars(tz, toDaylightCalendars, toStandardCalendars)) { in timeZoneToVTimezone()621 RRule daylightRule = inferRRuleFromCalendars(toDaylightCalendars); in timeZoneToVTimezone()635 toDaylightCalendars[0].getTimeInMillis(), tz, true)); in timeZoneToVTimezone()641 toDaylightCalendars[i].getTimeInMillis(), tz, true)); in timeZoneToVTimezone()695 GregorianCalendar[] toDaylightCalendars = new GregorianCalendar[3]; in timeZoneToTziStringImpl() local[all …]