Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/util/
DZoneInfoDB.java160 final int SIZEOF_TZNAME = 40; in readIndex() local
164 byte[] idBytes = new byte[SIZEOF_TZNAME]; in readIndex()
166 int entryCount = indexSize / (SIZEOF_TZNAME + 3*SIZEOF_TZINT); in readIndex()
168 char[] idChars = new char[entryCount * SIZEOF_TZNAME]; in readIndex()