Searched refs:readTimeZone (Results 1 – 3 of 3) sorted by relevance
488 ZoneInfo zoneInfo = ZoneInfo.readTimeZone(id, bufferIterator, Long.MIN_VALUE); in testReadTimeZone_All()754 return ZoneInfo.readTimeZone( in createZoneInfo()
317 return ZoneInfo.readTimeZone(id, it, System.currentTimeMillis()); in makeTimeZoneUncached()
198 public static ZoneInfo readTimeZone(String id, BufferIterator it, long currentTimeMillis) in readTimeZone() method in ZoneInfo