Searched refs:dowByte (Results 1 – 1 of 1) sorted by relevance
314 final int dowByte = (dow == null ? 0 : dow.getValue()); in writeExternal() local317 (dowByte << 19) + // 3 bits in writeExternal()349 int dowByte = (data & (7 << 19)) >>> 19; in readExternal() local350 DayOfWeek dow = dowByte == 0 ? null : DayOfWeek.of(dowByte); in readExternal()