Searched refs:SIZEOF_TZNAME (Results 1 – 1 of 1) sorted by relevance
166 final int SIZEOF_TZNAME = 40; in readIndex() local170 byte[] idBytes = new byte[SIZEOF_TZNAME]; in readIndex()172 int entryCount = indexSize / (SIZEOF_TZNAME + 3*SIZEOF_TZINT); in readIndex()174 char[] idChars = new char[entryCount * SIZEOF_TZNAME]; in readIndex()