Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dstrptime.c109 static int century, relyear, fields; in _strptime() local
112 century = TM_YEAR_BASE; in _strptime()
271 century = i * 100; in _strptime()
553 if (century == TM_YEAR_BASE) { in _strptime()
559 tm->tm_year = relyear + century - TM_YEAR_BASE; in _strptime()