Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/util/
DGregorianCalendar.java810 long timeValWithoutDST = timeVal - getOffset(timeVal) in computeTime() local
812 timeVal -= getOffset(timeValWithoutDST); in computeTime()
816 if (timeValWithoutDST != timeVal) { in computeTime()