Searched refs:HOURSPERDAY (Results 1 - 6 of 6) sorted by relevance

/external/icu/icu4c/source/tools/tzcode/
H A Dtzfile.h119 #define HOURSPERDAY 24 macro
124 #define SECSPERDAY ((int_fast32_t) SECSPERHOUR * HOURSPERDAY)
H A Dzdump.c126 #ifndef HOURSPERDAY
127 #define HOURSPERDAY 24 macro
128 #endif /* !defined HOURSPERDAY */
153 #define SECSPERDAY ((int_fast32_t) SECSPERHOUR * HOURSPERDAY)
790 result *= HOURSPERDAY;
H A Dzic.c1108 if (noise && hh == HOURSPERDAY && mm == 0 && ss == 0)
1110 if (noise && (hh > HOURSPERDAY ||
1111 (hh == HOURSPERDAY && (mm != 0 || ss != 0))))
2007 if (hours >= HOURSPERDAY * DAYSPERWEEK) {
H A Dlocaltime.c720 ** `HOURSPERDAY * DAYSPERWEEK - 1' allows quasi-Posix rules like
725 strp = getnum(strp, &num, 0, HOURSPERDAY * DAYSPERWEEK - 1);
1694 if (normalize_overflow(&yourtm.tm_mday, &yourtm.tm_hour, HOURSPERDAY))
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 93 milliseconds