Home
last modified time | relevance | path

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

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