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

/libcore/ojluni/src/main/java/java/util/
H A DGregorianCalendar.java2877 * {@link #adjustDstOffsetForInvalidWallClock(long, TimeZone, int)} for more information.
2922 dstOffset = adjustDstOffsetForInvalidWallClock(standardTimeInZone, zone, dstOffset);
2989 private int adjustDstOffsetForInvalidWallClock( method in class:GregorianCalendar

Completed in 235 milliseconds