Searched refs:SIZEOF_TZNAME (Results 1 – 1 of 1) sorted by relevance
160 final int SIZEOF_TZNAME = 40; in readIndex() local164 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()