Home
last modified time | relevance | path

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

/external/libchrome/base/third_party/nspr/
Dprtime.h60 typedef int16_t PRInt16; typedef
156 PRInt16 tm_year; /* absolute year, AD (note that we do not
161 PRInt16 tm_yday; /* calculated day of the year
Dprtime.cc186 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()