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