Home
last modified time | relevance | path

Searched refs:totalOffset (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/main/java/libcore/util/
DZoneInfo.java560 int totalOffset; in getOffsetsByUtcTime() local
568 totalOffset = rawOffset; in getOffsetsByUtcTime()
573 totalOffset = mRawOffset + mOffsets[type] * 1000; in getOffsetsByUtcTime()
576 rawOffset = totalOffset; in getOffsetsByUtcTime()
595 dstOffset = totalOffset - rawOffset; in getOffsetsByUtcTime()
602 return totalOffset; in getOffsetsByUtcTime()