Home
last modified time | relevance | path

Searched defs:isDst (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/main/java/libcore/timezone/
DCountryTimeZones.java374 public OffsetResult lookupByOffsetWithBias(int offsetMillis, boolean isDst, long whenMillis, in lookupByOffsetWithBias()
414 private static boolean offsetMatchesAtTime(TimeZone timeZone, int offsetMillis, boolean isDst, in offsetMatchesAtTime()
DTimeZoneFinder.java205 String countryIso, int offsetMillis, boolean isDst, long whenMillis, TimeZone bias) { in lookupTimeZoneByCountryAndOffset()
/libcore/luni/src/main/java/libcore/util/
DZoneInfo.java748 private int isDst; field in ZoneInfo.WallTime