HomeSort by relevance Sort by last modified time
    Searched refs:PRInt16 (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/third_party/nspr/
prtime.h 60 typedef int16_t PRInt16;
156 PRInt16 tm_year; /* absolute year, AD (note that we do not
161 PRInt16 tm_yday; /* calculated day of the year
prtime.cc 186 static int IsLeapYear(PRInt16 year)
317 time->tm_year += static_cast<PRInt16>(time->tm_month / 12);
353 time->tm_yday = static_cast<PRInt16>(time->tm_mday +
    [all...]

Completed in 614 milliseconds