Searched defs:PRInt8 (Results 1 - 1 of 1) sorted by relevance

/external/chromium/base/third_party/nspr/
H A Dprtypes.h258 ** PRInt8
269 ** For these compilers, we have to define PRInt8 as plain 'char'.
276 typedef char PRInt8; typedef
278 typedef signed char PRInt8; typedef
281 #error No suitable type for PRInt8/PRUint8
289 * The maximum and minimum values of a PRInt8 or PRUint8.

Completed in 50 milliseconds