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

  /external/chromium/base/third_party/nspr/
prtime.h 135 PRInt8 tm_wday; /* calculated day of the week
prtypes.h 301 ** PRInt8
312 ** For these compilers, we have to define PRInt8 as plain 'char'.
319 typedef char PRInt8;
321 typedef signed char PRInt8;
324 #error No suitable type for PRInt8/PRUint8
332 * The maximum and minimum values of a PRInt8 or PRUint8.
prtime.cc 227 static const PRInt8 nDays[2][12] = {
    [all...]

Completed in 24 milliseconds