Searched refs:MINUTES_PER_HOUR (Results 1 – 5 of 5) sorted by relevance
161 static final int MINUTES_PER_HOUR = 60; field in LocalTime165 static final int MINUTES_PER_DAY = MINUTES_PER_HOUR * HOURS_PER_DAY;173 static final int SECONDS_PER_HOUR = SECONDS_PER_MINUTE * MINUTES_PER_HOUR;201 static final long NANOS_PER_HOUR = NANOS_PER_MINUTE * MINUTES_PER_HOUR;1112 int mofd = hour * MINUTES_PER_HOUR + minute; in plusMinutes()1117 int newHour = newMofd / MINUTES_PER_HOUR; in plusMinutes()1118 int newMinute = newMofd % MINUTES_PER_HOUR; in plusMinutes()1144 int newMinute = (newSofd / SECONDS_PER_MINUTE) % MINUTES_PER_HOUR; in plusSeconds()1170 int newMinute = (int) ((newNofd / NANOS_PER_MINUTE) % MINUTES_PER_HOUR); in plusNanos()
64 import static java.time.LocalTime.MINUTES_PER_HOUR;446 int absMinutes = (absTotalSeconds / SECONDS_PER_MINUTE) % MINUTES_PER_HOUR; in buildId()
64 import static java.time.LocalTime.MINUTES_PER_HOUR;1265 return (int) (toMinutes() % MINUTES_PER_HOUR); in toMinutesPart()
115 static final int MINUTES_PER_HOUR = 60; field in ChronoLocalDateTimeImpl119 static final int MINUTES_PER_DAY = MINUTES_PER_HOUR * HOURS_PER_DAY;127 static final int SECONDS_PER_HOUR = SECONDS_PER_MINUTE * MINUTES_PER_HOUR;151 static final long NANOS_PER_HOUR = NANOS_PER_MINUTE * MINUTES_PER_HOUR;
191 private static final long MINUTES_PER_HOUR = 60L; field in FileTime193 private static final long SECONDS_PER_HOUR = SECONDS_PER_MINUTE * MINUTES_PER_HOUR;