Searched defs:getRawOffset (Results 1 - 4 of 4) sorted by relevance

/libcore/luni/src/test/java/libcore/java/util/
H A DOldTimeZoneTest.java35 public int getRawOffset() { method in class:OldTimeZoneTest.Mock_TimeZone
/libcore/luni/src/main/java/java/util/
H A DTimeZone.java50 * The {@link #getRawOffset} method will return a raw offset of (in this case) -8 hours from UTC,
210 int offset = getRawOffset();
247 * to this time zone's regular UTC offset (as returned by {@link #getRawOffset}).
281 return getRawOffset() + getDSTSavings();
283 return getRawOffset();
305 public abstract int getRawOffset(); method in class:TimeZone
402 return getRawOffset() == timeZone.getRawOffset();
H A DSimpleTimeZone.java483 public int getRawOffset() { method in class:SimpleTimeZone
527 return useDaylightTime() && getOffset(time.getTime()) != getRawOffset();
/libcore/luni/src/main/java/libcore/util/
H A DZoneInfo.java237 @Override public int getRawOffset() { method in class:ZoneInfo

Completed in 96 milliseconds