Searched refs:stdByte (Results 1 – 1 of 1) sorted by relevance
348 int stdByte = (data & (255 << 4)) >>> 4; in readExternal() local352 …ZoneOffset std = (stdByte == 255 ? ZoneOffset.ofTotalSeconds(in.readInt()) : ZoneOffset.ofTotalSec… in readExternal()