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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/TerminalDxe/
H A DVtutf8.c30 UINT8 ValidBytes; local
33 ValidBytes = 0;
41 GetOneValidUtf8Char (TerminalDevice, &Utf8Char, &ValidBytes);
43 if (ValidBytes < 1 || ValidBytes > 3) {
47 Utf8ToUnicode (Utf8Char, ValidBytes, (CHAR16 *) &UnicodeChar);
58 @param ValidBytes The count of returned VT-VTF8 characters.
59 If ValidBytes is zero, no valid VT-UTF8 returned.
66 OUT UINT8 *ValidBytes
79 // then *ValidBytes wil
192 Utf8ToUnicode( IN UTF8_CHAR Utf8Char, IN UINT8 ValidBytes, OUT CHAR16 *UnicodeChar ) argument
[all...]
H A DTerminalConOut.c187 UINT8 ValidBytes; local
194 ValidBytes = 0;
270 UnicodeToUtf8 (*WString, &Utf8Char, &ValidBytes);
271 Length = ValidBytes;
H A DTerminal.h1228 @param ValidBytes The count of valid VT-UTF8 characters. If
1229 ValidBytes is zero, no valid VT-UTF8 returned.
1236 OUT UINT8 *ValidBytes
1244 @param ValidBytes The count of returned VT-VTF8 characters.
1245 If ValidBytes is zero, no valid VT-UTF8 returned.
1252 OUT UINT8 *ValidBytes
1266 @param ValidBytes The count of valid VT-UTF8 characters.
1273 IN UINT8 ValidBytes,
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/EfiSocketLib/
H A DTcp4.c1556 DataLength = pPacket->ValidBytes;
1580 pPacket->ValidBytes -= DataLength;
1589 if (( 0 == pPacket->ValidBytes )
1595 *pSkipBytes = pPacket->ValidBytes;
1768 pPacket->ValidBytes = LengthInBytes;
H A DSocket.h168 size_t ValidBytes; ///< Length of valid data in bytes member in struct:_ESL_PACKET

Completed in 1832 milliseconds