Home | History | Annotate | Download | only in strings

Lines Matching refs:Unsigned

494 // Hack to convert any char-like type to its unsigned counterpart.
495 // For example, it will convert char, signed char and unsigned char to unsigned
499 typedef T Unsigned;
504 typedef unsigned char Unsigned;
508 typedef unsigned char Unsigned;
513 typedef unsigned short Unsigned;
515 typedef uint32 Unsigned;
520 typedef unsigned short Unsigned;