Lines Matching refs:offset

48  * sequence of transitions of GMT offset and/or daylight saving time
63 * The date items, transitions, GMT offset(s), etc. are read from a database
98 * The raw GMT offset in milliseconds between this zone and GMT.
100 * <em>standard</em> time, add the offset to GMT time.
106 * Difference in milliseconds from the original GMT offset in case
107 * the raw offset value has been modified by calling {@link
115 * in <code>long</code>) in local time and its GMT offset (in
132 * zone, including both raw offset changes and daylight saving
145 * {@link #offsets offsets[]} for <em>total</em> GMT offset at the
155 * This array holds all unique offset values in
175 * True if the raw GMT offset value would change after the time
206 * @param rawOffset GMT offset in milliseconds
212 * @param offsets offset value table
237 * of given time, taking into account both the raw offset and the
262 int offset = getLastRawOffset();
264 offsets[0] = offset;
267 return offset;
273 // prior to the transition table, returns the raw offset.
276 int offset = getLastRawOffset();
278 offsets[0] = offset;
281 return offset;
286 int offset = this.offsets[(int)(val & OFFSET_MASK)] + rawOffsetDiff;
290 offsets[0] = offset - save;
293 return offset;
318 int offset = getLastRawOffset();
320 offsets[0] = offset;
323 return offset;
362 * UTC, taking into account both the raw offset and the effect of
416 * Sets the base time zone offset from GMT. This operation
420 * @param offsetMillis the base time zone offset to GMT.
435 * Returns the GMT offset of the current date. This GMT offset
438 * @return the GMT offset value in milliseconds to add to UTC time
549 // int offset = this.offsets[(int)(val & OFFSET_MASK)] + rawOffsetDiff;
550 // val = (val >> TRANSITION_NSHIFT) + offset;
562 ",offset=" + getLastRawOffset() +
591 * specified raw GMT offset.
593 * @param rawOffset the GMT offset in milliseconds. This
621 // currently have the same GMT offset as the specified
623 // correct as of return to the caller if any GMT offset
624 // transition is happening during this GMT offset checking...
693 * offset and DST schedule or null if this time zone doesn't
750 * Returns a hash code value calculated from the GMT offset and
779 * Returns true if this zone has the same raw GMT offset value and
783 * offset value with no daylight saving time.
787 * GMT offset and transition information; false, otherwise.
800 // if both have the same raw offset and neither observes