Searched refs:two_bytes (Results 1 – 5 of 5) sorted by relevance
5 struct two_bytes { char data[2]; }; argument8 template<typename T> two_bytes __is_class_check(...);
3 typedef char (&two_bytes)[2]; typedef16 two_bytes operator+(Y, Y);
1300 static const unsigned char two_bytes[] = { 0xd7, 0x84, 0x00 }; in getUtf8Character() local1312 result = (const GLchar*)two_bytes; in getUtf8Character()