Home
last modified time | relevance | path

Searched refs:periodCount (Results 1 – 1 of 1) sorted by relevance

/system/timezone/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/zonetree/
DCountryZoneTree.java52 private int periodCount; field in CountryZoneTree.ZoneNode
56 ZoneNode(String id, List<ZoneInfo> zoneInfos, int periodOffset, int periodCount) { in ZoneNode() argument
60 this.periodCount = periodCount; in ZoneNode()
106 int offset = periodOffset + periodCount - 1; in getStartInstant()
117 periodCount += adjustment; in adjustPeriodCount()
125 return periodCount; in getPeriodCount()