Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dstrptime.c95 int century; member
107 cr.century = TM_YEAR_BASE; in strptime()
272 cr->century = i * 100; in _strptime()
458 if (cr->century == TM_YEAR_BASE) { in _strptime()
464 tm->tm_year = cr->relyear + cr->century - TM_YEAR_BASE; in _strptime()