Searched refs:TM_YEAR_BASE (Results 1 - 3 of 3) sorted by path

/system/core/libcutils/
H A Dtzfile.h159 #define TM_YEAR_BASE 1900 macro
H A Dtzstrftime.c203 pt = _yconv(t->tm_year, TM_YEAR_BASE, 1, 0,
420 base = TM_YEAR_BASE;
520 pt = _yconv(t->tm_year, TM_YEAR_BASE, 0, 1,
524 pt = _yconv(t->tm_year, TM_YEAR_BASE, 1, 1,
H A Dtztime.c1499 if (increment_overflow(&tmp->tm_year, -TM_YEAR_BASE))
1695 ** It is converted back to an offset from TM_YEAR_BASE later.
1697 if (long_increment_overflow(&y, TM_YEAR_BASE))
1722 if (long_increment_overflow(&y, -TM_YEAR_BASE))
1729 else if (y + TM_YEAR_BASE < EPOCH_YEAR) {

Completed in 53 milliseconds