Home
last modified time | relevance | path

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

/external/chromium/base/third_party/nspr/
Dprtime.h132 PRInt16 tm_year; /* absolute year, AD (note that we do not
137 PRInt16 tm_yday; /* calculated day of the year
Dprtypes.h304 typedef short PRInt16; typedef
306 #error No suitable type for PRInt16/PRUint16
Dprtime.cc243 static int IsLeapYear(PRInt16 year) in IsLeapYear()