Home | History | Annotate | Download | only in strings

Lines Matching refs:Unsigned

547 // Hack to convert any char-like type to its unsigned counterpart.
548 // For example, it will convert char, signed char and unsigned char to unsigned
552 typedef T Unsigned;
557 typedef unsigned char Unsigned;
561 typedef unsigned char Unsigned;
566 typedef unsigned short Unsigned;
568 typedef uint32 Unsigned;
573 typedef unsigned short Unsigned;