Searched refs:Unicode (Results 1 - 25 of 26) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DFileHandleWrappers.h67 @param[in] Unicode TRUE if the data is UNICODE, FALSE otherwise.
75 IN CONST BOOLEAN Unicode
83 @param[in] Unicode TRUE if the data is UNICODE, FALSE otherwise.
91 IN CONST BOOLEAN Unicode
H A DFileHandleWrappers.c1277 BOOLEAN Unicode; member in struct:__anon12745
1342 if (((EFI_FILE_PROTOCOL_MEM*)This)->Unicode) {
1344 // Unicode
1422 @param[in] Unicode Boolean value with TRUE for Unicode and FALSE for Ascii.
1430 IN CONST BOOLEAN Unicode
1457 FileInterface->Unicode = Unicode;
1478 BOOLEAN Unicode; member in struct:__anon12746
1630 if (((EFI_FILE_PROTOCOL_FILE*)This)->Unicode) {
[all...]
H A DShell.c1208 BOOLEAN Unicode; local
1233 Unicode = FALSE;
1235 Unicode = TRUE;
1245 Split->SplitStdOut = ConvertEfiFileProtocolToShellHandle(CreateFileInterfaceMem(Unicode), NULL);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/TerminalDxe/
H A DVtutf8.c19 and insert them into Unicode FIFO.
177 Translate VT-UTF8 characters into one Unicode character.
180 Bits per Character | Unicode Character Range | Unicode Binary Encoding | UTF8 Binary Encoding
250 Translate one Unicode character into VT-UTF8 characters.
253 Bits per Character | Unicode Character Range | Unicode Binary Encoding | UTF8 Binary Encoding
259 @param Unicode Unicode character need translating.
267 IN CHAR16 Unicode,
266 UnicodeToUtf8( IN CHAR16 Unicode, OUT UTF8_CHAR *Utf8Char, OUT UINT8 *ValidBytes ) argument
[all...]
H A DTerminal.h157 UINT16 Unicode; member in struct:__anon11146
415 The Unicode string will be converted to terminal expressible data stream
419 @param WString The Null-terminated Unicode string to be displayed
424 @retval EFI_WARN_UNKNOWN_GLYPH Indicates that some of the characters in the Unicode string could not
439 neither valid Unicode drawing characters,
444 @param WString The Null-terminated Unicode string to be tested.
447 @retval EFI_UNSUPPORTED Some of the characters in the Unicode string cannot be rendered.
666 Retrieves a Unicode string that is the user readable name of the driver.
669 Unicode string. If the driver specified by This has a user readable name in
687 @param DriverName[out] A pointer to the Unicode strin
[all...]
H A DTerminalConOut.c19 // It also provides a mapping from Unicode to PCANSI or
157 The Unicode string will be converted to terminal expressible data stream
161 @param WString The Null-terminated Unicode string to be displayed
166 @retval EFI_WARN_UNKNOWN_GLYPH Indicates that some of the characters in the Unicode string could not
229 // If it's not a graphic character convert Unicode to ASCII.
343 neither valid Unicode drawing characters,
348 @param WString The Null-terminated Unicode string to be tested.
351 @retval EFI_UNSUPPORTED Some of the characters in the Unicode string cannot be rendered.
810 Detects if a Unicode char is for Box Drawing text graphics.
812 @param Graphic Unicode cha
[all...]
/vbox/src/VBox/HostDrivers/VBoxUSB/win/cmn/
H A DVBoxUsbTool.cpp156 UNICODE_STRING Unicode; local
161 VBoxUsbToolStringDescriptorToUnicodeString(pDr, &Unicode);
166 Status = RtlUnicodeStringToAnsiString(&Ansi, &Unicode, FALSE);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/
H A DVgaClass.h47 CHAR16 Unicode; member in struct:__anon10510
163 Retrieves a Unicode string that is the user readable name of the driver.
166 Unicode string. If the driver specified by This has a user readable name in
182 @param DriverName A pointer to the Unicode string to return.
183 This Unicode string is the name of the
187 @retval EFI_SUCCESS The Unicode string for the Driver specified by
205 Retrieves a Unicode string that is the user readable name of the controller
209 ControllerHandle and ChildHandle in the form of a Unicode string. If the
239 @param ControllerName A pointer to the Unicode string to return.
240 This Unicode strin
[all...]
H A DVgaClass.c36 // It also provides a mapping from Unicode to PCANSI or
410 Internal worker function to detect if a Unicode char is for Box Drawing text graphics.
412 @param Graphic Unicode char to test.
418 @retval TRUE Gpaphic is a supported Unicode Box Drawing character.
419 @retval FALSE Gpaphic is not a supported Unicode Box Drawing character.
432 // Unicode drawing code charts are all in the 0x25xx range, arrows are 0x21xx.
442 for (Table = UnicodeToPcAnsiOrAscii; Table->Unicode != 0x0000; Table++) {
443 if (Graphic == Table->Unicode) {
839 Writes a Unicode string to the output device.
842 It writes a Unicode strin
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Guid/
H A DStatusCodeDataTypeId.h37 /// A double NULL-terminated Unicode string.
70 /// Unicode formatted string.
72 CHAR16 *Unicode; member in union:__anon11354
82 /// status code. The string can be ASCII, Unicode, or a Human Interface Infrastructure
661 /// A pointer to a NULL-terminated ASCII or Unicode string that represents
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dxinput.h220 WCHAR Unicode; member in struct:_XINPUT_KEYSTROKE
H A Dtchar.h36 #error You must use msvcrt when building in Unicode/MBCS mode
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dxinput.h220 WCHAR Unicode; member in struct:_XINPUT_KEYSTROKE
H A Dtchar.h36 #error You must use msvcrt when building in Unicode/MBCS mode
H A Dwinnt.h407 /* Unicode string types */
3754 BYTE Unicode; member in struct:_IMAGE_DEBUG_MISC
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Tcg/TcgSmm/
H A DTpm.asl38 Name (_STR, Unicode ("TPM 1.2 Device"))
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Protocol/
H A DFrameworkHii.h358 /// The Unicode value for the Key.
359 CHAR16 Unicode; member in struct:__anon10726
361 /// The Unicode value for the key with the shift key being held down.
365 /// The Unicode value for the key with the Alt-GR being held down.
369 /// The Unicode value for the key with the Alt-GR and shift keys being held down.
561 @param StringToTest A pointer to a Unicode string.
588 Translates a Unicode character into the corresponding font glyph.
594 @param Source A pointer to a Unicode string.
610 @retval EFI_SUCCESS Found the corresponding font glyph for a Unicode
962 /// Translates a Unicode characte
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/AutoGen/
H A DGenC.py969 Unicode = False
1044 Unicode = True
1049 if Unicode:
1053 if Unicode:
1078 if Unicode:
2012 AutoGenC.Append("\n//\n//Unicode String Pack Definition\n//\n")
2015 AutoGenH.Append("\n//\n//Unicode String ID\n//\n")
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/Protocol/
H A DHiiFramework.h366 CHAR16 Unicode; member in struct:__anon10226
530 @param StringToTest A pointer to a Unicode string.
555 Translates a Unicode character into the corresponding font glyph.
558 @param Source A pointer to a Unicode string.
887 Translates a Unicode character into the corresponding font glyph.
/vbox/src/VBox/HostDrivers/VBoxUSB/win/mon/
H A DVBoxUsbFlt.cpp552 UNICODE_STRING Unicode;
556 RtlInitUnicodeString(&Unicode, RegKeyBuf);
558 Status = RtlUnicodeStringToAnsiString(&Ansi, &Unicode, FALSE /* do not allocate */);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/Common/
H A DUefiInternalFormRepresentation.h1535 CHAR16 Unicode; member in struct:__anon10076
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Uefi/
H A DUefiInternalFormRepresentation.h104 /// The Unicode representation of the glyph. The term weight is the
126 /// The Unicode representation of the glyph. The term weight is the
1293 /// 8 = Unicode.
1654 /// Unicode character code for the Key.
1656 CHAR16 Unicode; member in struct:__anon15693
1658 /// Unicode character code for the key with the shift key being held down.
1662 /// Unicode character code for the key with the Alt-GR being held down.
1666 /// Unicode character code for the key with the Alt-GR and shift keys being held down.
/vbox/src/VBox/Runtime/include/internal/
H A DldrPE.h797 uint8_t Unicode; member in struct:_IMAGE_DEBUG_MISC
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Uefi/
H A DUefiInternalFormRepresentation.h102 /// The Unicode representation of the glyph. The term weight is the
124 /// The Unicode representation of the glyph. The term weight is the
1318 /// 8 = Unicode.
1679 /// Unicode character code for the Key.
1681 CHAR16 Unicode; member in struct:__anon12418
1683 /// Unicode character code for the key with the shift key being held down.
1687 /// Unicode character code for the key with the Alt-GR being held down.
1691 /// Unicode character code for the key with the Alt-GR and shift keys being held down.
/vbox/src/VBox/Runtime/common/ldr/
H A DldrPE.cpp1494 if (!pMisc->Unicode)

Completed in 277 milliseconds

12