Home | History | Annotate | Download | only in util

Lines Matching defs:offsets

69      * offsets and DST savings used by this time zone match the other in the
90 * offsets and DST savings used by this time zone match the other in the
118 // Check the offsets at the start time
482 // second rule raw/dst offsets should match raw/dst offsets
517 // No transitions in the past. Just use the current offsets
518 int[] offsets = new int[2];
519 getOffset(date, false, offsets);
520 initialRule = new InitialTimeZoneRule(getID(), offsets[0], offsets[1]);
593 * {@icu} Returns time zone offsets from local wall time.
599 int nonExistingTimeOpt, int duplicatedTimeOpt, int[] offsets) {