Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/time/zone/
DZoneOffsetTransitionRule.java348 int stdByte = (data & (255 << 4)) >>> 4; in readExternal() local
352 …ZoneOffset std = (stdByte == 255 ? ZoneOffset.ofTotalSeconds(in.readInt()) : ZoneOffset.ofTotalSec… in readExternal()