Searched refs:toSecondOfDay (Results 1 – 6 of 6) sorted by relevance
301 final int timeSecs = (timeEndOfDay ? 86400 : time.toSecondOfDay()); in writeExternal()537 int hash = ((time.toSecondOfDay() + (timeEndOfDay ? 1 : 0)) << 15) + in hashCode()
664 case SECOND_OF_DAY: return toSecondOfDay(); in get0()839 case SECOND_OF_DAY: return plusSeconds(newValue - toSecondOfDay()); in with()1444 public int toSecondOfDay() { in toSecondOfDay() method in LocalTime
466 long secs = epochDay * 86400 + toLocalTime().toSecondOfDay(); in toEpochSecond()
547 long secs = epochDay * 86400 + toLocalTime().toSecondOfDay(); in toEpochSecond()
346 … updateCheckConflict(INSTANT_SECONDS, SECOND_OF_DAY, (long) zdt.toLocalTime().toSecondOfDay()); in resolveInstantFields0()
2399 assertEquals(t.toSecondOfDay(), i);2408 assertEquals(LocalTime.ofSecondOfDay(t.toSecondOfDay()), t);