Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/timezone/
DZoneInfoDB.java56 private static final int SIZEOF_TZNAME = 40; field in ZoneInfoDB.TzData
62 public static final int SIZEOF_INDEX_ENTRY = SIZEOF_TZNAME + 3 * SIZEOF_TZINT;
256 byte[] idBytes = new byte[SIZEOF_TZNAME]; in readIndex()