Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/timezone/
DZoneInfoDB.java246 private void readZoneTab(BufferIterator it, int zoneTabOffset, int zoneTabSize) { in readZoneTab() argument
247 byte[] bytes = new byte[zoneTabSize]; in readZoneTab()