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

/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dtzfile.h159 #define TM_YEAR_BASE 1900 macro
H A Dzdump.c84 #ifndef TM_YEAR_BASE
85 #define TM_YEAR_BASE 1900 macro
86 #endif /* !defined TM_YEAR_BASE */
731 result += DAYSPERNYEAR + isleap_sum(tmy, TM_YEAR_BASE);
853 trail = timeptr->tm_year % DIVISOR + TM_YEAR_BASE % DIVISOR;
854 lead = timeptr->tm_year / DIVISOR + TM_YEAR_BASE / DIVISOR +
938 trail = loc.tm_year % DIVISOR + TM_YEAR_BASE % DIVISOR;
939 lead = loc.tm_year / DIVISOR + TM_YEAR_BASE / DIVISOR + trail / DIVISOR;
H A Dlocaltime.c1530 if (increment_overflow(&tmp->tm_year, -TM_YEAR_BASE))
1710 ** It is converted back to an offset from TM_YEAR_BASE later.
1712 if (long_increment_overflow(&y, TM_YEAR_BASE))
1737 if (long_increment_overflow(&y, -TM_YEAR_BASE))
1744 else if (y + TM_YEAR_BASE < EPOCH_YEAR) {
/external/icu/icu4c/source/tools/tzcode/
H A Dtzfile.h159 #define TM_YEAR_BASE 1900 macro
H A Dzdump.c84 #ifndef TM_YEAR_BASE
85 #define TM_YEAR_BASE 1900 macro
86 #endif /* !defined TM_YEAR_BASE */
731 result += DAYSPERNYEAR + isleap_sum(tmy, TM_YEAR_BASE);
853 trail = timeptr->tm_year % DIVISOR + TM_YEAR_BASE % DIVISOR;
854 lead = timeptr->tm_year / DIVISOR + TM_YEAR_BASE / DIVISOR +
938 trail = loc.tm_year % DIVISOR + TM_YEAR_BASE % DIVISOR;
939 lead = loc.tm_year / DIVISOR + TM_YEAR_BASE / DIVISOR + trail / DIVISOR;
H A Dlocaltime.c1530 if (increment_overflow(&tmp->tm_year, -TM_YEAR_BASE))
1710 ** It is converted back to an offset from TM_YEAR_BASE later.
1712 if (long_increment_overflow(&y, TM_YEAR_BASE))
1737 if (long_increment_overflow(&y, -TM_YEAR_BASE))
1744 else if (y + TM_YEAR_BASE < EPOCH_YEAR) {

Completed in 738 milliseconds