Searched defs:WChar (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/FrameworkUefiLib/
H A DConsole.c21 CHAR16 WChar; member in struct:__anon10785
222 if (UnicodeChar <= Item->WChar) {
229 if (UnicodeChar > Item->WChar) {
231 } else if (UnicodeChar <= mUnicodeWidthTable[Index - 1].WChar) {
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiLib/
H A DConsole.c21 CHAR16 WChar; member in struct:__anon12458
222 if (UnicodeChar <= Item->WChar) {
229 if (UnicodeChar > Item->WChar) {
231 } else if (UnicodeChar <= mUnicodeWidthTable[Index - 1].WChar) {

Completed in 43 milliseconds