Searched refs:PRInt16 (Results 1 – 2 of 2) sorted by relevance
60 typedef int16_t PRInt16; typedef145 PRInt16 tm_year; /* absolute year, AD (note that we do not150 PRInt16 tm_yday; /* calculated day of the year
255 static int IsLeapYear(PRInt16 year) in IsLeapYear()386 time->tm_year += static_cast<PRInt16>(time->tm_month / 12); in PR_NormalizeTime()422 time->tm_yday = static_cast<PRInt16>(time->tm_mday + in PR_NormalizeTime()1150 result->tm_year = static_cast<PRInt16>(year); in PR_ParseTimeString()