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

  /system/timezone/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/zonetree/
ZoneInfo.java 40 private final List<ZoneOffsetPeriod> zoneOffsetPeriods;
45 private ZoneInfo(String zoneId, int priority, List<ZoneOffsetPeriod> zoneOffsetPeriods) {
59 * <p>The returned {@link ZoneInfo} will be populated with {@link ZoneOffsetPeriod}s using
64 List<ZoneOffsetPeriod> zoneOffsetPeriods = new ArrayList<>();
69 ZoneOffsetPeriod zoneOffsetPeriod =
70 ZoneOffsetPeriod.create(timeZoneNames, timeZone, start, endExclusive);
71 zoneOffsetPeriods.add(zoneOffsetPeriod);
72 start = zoneOffsetPeriod.getEndInstant();
79 * Splits the final {@link ZoneOffsetPeriod} at the specified time and replaces it with tw
    [all...]
CountryZoneTree.java 20 import com.android.libcore.timezone.tzlookup.zonetree.ZoneOffsetPeriod.ZonePeriodsKey;
245 ZoneOffsetPeriod iPeriod =
268 ZoneOffsetPeriod jPeriod =
298 ZoneOffsetPeriod jPeriod = jZoneInfo.getZoneOffsetPeriod(jIndex);
310 * Returns the {@link ZoneOffsetPeriod} with the specified offset from the end, or null if there
313 private static ZoneOffsetPeriod getOffsetPeriodAtOffsetFromEndOrNull(
323 * Returns true if the one of the two {@link ZoneOffsetPeriod}s could be split and may be
328 private static boolean isMatch(ZoneOffsetPeriod a, ZoneOffsetPeriod b) {
578 ZoneOffsetPeriod zoneOffsetPeriod
    [all...]

Completed in 57 milliseconds