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;
145 PRInt16 tm_year; /* absolute year, AD (note that we do not
150 PRInt16 tm_yday; /* calculated day of the year
prtime.cc 255 static int IsLeapYear(PRInt16 year)
386 time->tm_year += static_cast<PRInt16>(time->tm_month / 12);
422 time->tm_yday = static_cast<PRInt16>(time->tm_mday +
    [all...]

Completed in 68 milliseconds