Searched refs:Byte0 (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/TerminalDxe/
H A DVtutf8.c200 UINT8 Byte0; local
222 Byte0 = Utf8Char.Utf8_2[0];
225 UnicodeByte0 = (UINT8) ((Byte1 << 6) | (Byte0 & 0x3f));
234 Byte0 = Utf8Char.Utf8_3[0];
238 UnicodeByte0 = (UINT8) ((Byte1 << 6) | (Byte0 & 0x3f));

Completed in 608 milliseconds