Searched defs:timeByte (Results 1 – 1 of 1) sorted by relevance
305 final int timeByte = (timeSecs % 3600 == 0 ? (timeEndOfDay ? 24 : time.getHour()) : 31); in writeExternal() local346 int timeByte = (data & (31 << 14)) >>> 14; in readExternal() local