Home
last modified time | relevance | path

Searched refs:SECSPERMIN (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/tools/tzcode/
Dtzfile.h117 #define SECSPERMIN 60 macro
123 #define SECSPERHOUR (SECSPERMIN * MINSPERHOUR)
Dlocaltime.c734 *secsp += num * SECSPERMIN; in getsecs()
738 strp = getnum(strp, &num, 0, SECSPERMIN); in getsecs()
1527 tmp->tm_min = (int) (rem / SECSPERMIN); in timesub()
1532 tmp->tm_sec = (int) (rem % SECSPERMIN) + hit; in timesub()
1689 SECSPERMIN)) in time2sub()
1733 if (yourtm.tm_sec >= 0 && yourtm.tm_sec < SECSPERMIN) in time2sub()
1744 if (increment_overflow(&yourtm.tm_sec, 1 - SECSPERMIN)) in time2sub()
1747 yourtm.tm_sec = SECSPERMIN - 1; in time2sub()
Dzdump.c114 #ifndef SECSPERMIN
115 #define SECSPERMIN 60 macro
123 #define SECSPERHOUR (SECSPERMIN * MINSPERHOUR)
794 result *= SECSPERMIN; in delta()
Dzic.c1100 ss < 0 || ss > SECSPERMIN) { in gethms()
1114 sign * (mm * SECSPERMIN + ss)); in gethms()
2002 seconds = offset % SECSPERMIN; in stringoffset()
2003 offset /= SECSPERMIN; in stringoffset()
2074 if (tod != 2 * SECSPERMIN * MINSPERHOUR) { in stringrule()
2191 if (dstrp->r_stdoff != SECSPERMIN * MINSPERHOUR) in stringzone()