Home | History | Annotate | Download | only in util

Lines Matching defs:useDaylightTime

489     public boolean useDaylightTime() {
490 return timeZone.useDaylightTime();
496 // * <p>The default implementation in this class returns <code>true</code> if {@link #useDaylightTime()}
500 // * The JDK's <code>useDaylightTime()</code> only checks the last known rule(s), therefore
502 // * <code>observesDaylightTime()</code> to resolve the issue. In ICU, {@link #useDaylightTime()}
508 // * with JDK's <code>observesDaylightSavingTime()</code>. Unlike {@link #useDaylightTime()},
510 // * that this method may return <code>false</code> even when {@link #useDaylightTime()} returns
515 // * @see #useDaylightTime