Searched refs:SECSPERMIN (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dtzfile.h128 #define SECSPERMIN 60 macro
134 #define SECSPERHOUR (SECSPERMIN * MINSPERHOUR)
H A Dlocaltime.c711 *secsp += num * SECSPERMIN;
714 /* `SECSPERMIN' allows for leap seconds. */
715 strp = getnum(strp, &num, 0, SECSPERMIN);
1547 tmp->tm_min = (int) (rem / SECSPERMIN);
1552 tmp->tm_sec = (int) (rem % SECSPERMIN) + hit;
1698 SECSPERMIN))
1742 if (yourtm.tm_sec >= 0 && yourtm.tm_sec < SECSPERMIN)
1753 if (increment_overflow(&yourtm.tm_sec, 1 - SECSPERMIN))
1756 yourtm.tm_sec = SECSPERMIN - 1;
H A Dzdump.c64 #ifndef SECSPERMIN
65 #define SECSPERMIN 60 macro
66 #endif /* !defined SECSPERMIN */
73 #define SECSPERHOUR (SECSPERMIN * MINSPERHOUR)
737 result *= SECSPERMIN;
H A Dzic.c1070 ss < 0 || ss > SECSPERMIN) {
1084 eitol(sign) * (eitol(mm) * eitol(SECSPERMIN) + eitol(ss)));
1939 seconds = offset % SECSPERMIN;
1940 offset /= SECSPERMIN;
2004 if (tod != 2 * SECSPERMIN * MINSPERHOUR) {
2077 if (dstrp->r_stdoff != SECSPERMIN * MINSPERHOUR)
/external/icu/icu4c/source/tools/tzcode/
H A Dtzfile.h128 #define SECSPERMIN 60 macro
134 #define SECSPERHOUR (SECSPERMIN * MINSPERHOUR)
H A Dlocaltime.c711 *secsp += num * SECSPERMIN;
714 /* `SECSPERMIN' allows for leap seconds. */
715 strp = getnum(strp, &num, 0, SECSPERMIN);
1547 tmp->tm_min = (int) (rem / SECSPERMIN);
1552 tmp->tm_sec = (int) (rem % SECSPERMIN) + hit;
1698 SECSPERMIN))
1742 if (yourtm.tm_sec >= 0 && yourtm.tm_sec < SECSPERMIN)
1753 if (increment_overflow(&yourtm.tm_sec, 1 - SECSPERMIN))
1756 yourtm.tm_sec = SECSPERMIN - 1;
H A Dzdump.c64 #ifndef SECSPERMIN
65 #define SECSPERMIN 60 macro
66 #endif /* !defined SECSPERMIN */
73 #define SECSPERHOUR (SECSPERMIN * MINSPERHOUR)
737 result *= SECSPERMIN;
H A Dzic.c1070 ss < 0 || ss > SECSPERMIN) {
1084 eitol(sign) * (eitol(mm) * eitol(SECSPERMIN) + eitol(ss)));
1939 seconds = offset % SECSPERMIN;
1940 offset /= SECSPERMIN;
2004 if (tod != 2 * SECSPERMIN * MINSPERHOUR) {
2077 if (dstrp->r_stdoff != SECSPERMIN * MINSPERHOUR)
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 175 milliseconds