Searched refs:wallTimeSeconds (Results 1 – 1 of 1) sorted by relevance
/libcore/luni/src/main/java/libcore/util/ |
D | ZoneInfo.java | 789 int wallTimeSeconds = checked32BitAdd(timeSeconds, offsetSeconds); in localtime() local 792 calendar.setTimeInMillis(wallTimeSeconds * 1000L); in localtime() 840 final int wallTimeSeconds = (int) longWallTimeSeconds; in mktime() 842 final int rawTimeSeconds = checked32BitSubtract(wallTimeSeconds, rawOffsetSeconds); in mktime() 873 wallTimeSeconds, true /* mustMatchDst */); in mktime() 882 Integer result = doWallTimeSearch(zoneInfo, initialTransitionIndex, wallTimeSeconds, in mktime() 885 result = doWallTimeSearch(zoneInfo, initialTransitionIndex, wallTimeSeconds, in mktime() 1015 int wallTimeSeconds, boolean mustMatchDst) throws CheckedArithmeticException { 1058 if (offsetInterval.containsWallTime(wallTimeSeconds)) { 1066 checked32BitSubtract(wallTimeSeconds, totalOffsetSeconds); [all …]
|