Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/libcore/util/
DZoneInfoTest.java488 ZoneInfo zoneInfo = ZoneInfo.readTimeZone(id, bufferIterator, Long.MIN_VALUE); in testReadTimeZone_All()
754 return ZoneInfo.readTimeZone( in createZoneInfo()
/libcore/luni/src/main/java/libcore/timezone/
DZoneInfoDB.java317 return ZoneInfo.readTimeZone(id, it, System.currentTimeMillis()); in makeTimeZoneUncached()
/libcore/luni/src/main/java/libcore/util/
DZoneInfo.java198 public static ZoneInfo readTimeZone(String id, BufferIterator it, long currentTimeMillis) in readTimeZone() method in ZoneInfo