Home | History | Annotate | Download | only in util

Lines Matching defs:getRawOffset

346         offsets[0] = getRawOffset();
392 abstract public int getRawOffset();
563 int offset = daylight ? getRawOffset() + getDSTSavings() : getRawOffset();
571 int offset = daylight && useDaylightTime() ? getRawOffset() + getDSTSavings() : getRawOffset();
601 int offset = daylight && useDaylightTime() ? getRawOffset() + getDSTSavings() : getRawOffset();
976 // JDK calendar implementation calls getRawOffset() and
1038 getRawOffset() == other.getRawOffset() &&
1384 public int getRawOffset() {