Searched refs:ZoneRegion (Results 1 – 4 of 4) sorted by relevance
90 final class ZoneRegion extends ZoneId implements Serializable { class114 static ZoneRegion ofId(String zoneId, boolean checkAvailable) { in ofId()126 return new ZoneRegion(zoneId, rules); in ofId()162 ZoneRegion(String id, ZoneRules rules) { in ZoneRegion() method in ZoneRegion
384 return new ZoneRegion(prefix, offset.getRules()); in ofOffset()406 return ZoneRegion.ofId(zoneId, checkAvailable); in of()423 return ZoneRegion.ofId(zoneId, checkAvailable); // drop through to ZoneRulesProvider in ofWithPrefix()471 if (getClass() != ZoneOffset.class && getClass() != ZoneRegion.class) { in ZoneId()
184 ((ZoneRegion) object).writeExternal(out); in writeInternal()263 case ZONE_REGION_TYPE: return ZoneRegion.readExternal(in); in readInternal()
806 "ojluni/src/main/java/java/time/ZoneRegion.java",