Home
last modified time | relevance | path

Searched defs:epochSec (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/main/java/java/time/zone/
DZoneRules.java508 long epochSec = instant.getEpochSecond(); in getOffset() local
779 long epochSec = instant.getEpochSecond(); in getStandardOffset() local
865 long epochSec = instant.getEpochSecond(); in nextTransition() local
912 long epochSec = instant.getEpochSecond(); in previousTransition() local
DSer.java252 static void writeEpochSec(long epochSec, DataOutput out) throws IOException { in writeEpochSec()
/libcore/ojluni/src/main/java/java/time/
DInstant.java918 long epochSec = Math.addExact(seconds, secondsToAdd); in plus() local
DDuration.java812 long epochSec = Math.addExact(seconds, secondsToAdd); in plus() local