Searched refs:timeVal (Results 1 – 1 of 1) sorted by relevance
661 long timeVal; in computeTime() local668 timeVal = hour * 3600000; in computeTime()671 timeVal += ((long) fields[MINUTE]) * 60000; in computeTime()674 timeVal += ((long) fields[SECOND]) * 1000; in computeTime()677 timeVal += fields[MILLISECOND]; in computeTime()797 timeVal += days * 86400000; in computeTime()800 && timeVal >= gregorianCutover + julianError() * 86400000L) { in computeTime()801 timeVal -= julianError() * 86400000L; in computeTime()810 long timeValWithoutDST = timeVal - getOffset(timeVal) in computeTime()812 timeVal -= getOffset(timeValWithoutDST); in computeTime()[all …]