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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/FrameworkUefiLib/
H A DConsole.c25 GLOBAL_REMOVE_IF_UNREFERENCED CONST UNICODE_WIDTH_ENTRY mUnicodeWidthTable[] = { variable
217 High = (sizeof (mUnicodeWidthTable)) / (sizeof (UNICODE_WIDTH_ENTRY)) - 1;
220 Item = &(mUnicodeWidthTable[Index]);
231 } else if (UnicodeChar <= mUnicodeWidthTable[Index - 1].WChar) {
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiLib/
H A DConsole.c25 GLOBAL_REMOVE_IF_UNREFERENCED CONST UNICODE_WIDTH_ENTRY mUnicodeWidthTable[] = { variable
217 High = (sizeof (mUnicodeWidthTable)) / (sizeof (UNICODE_WIDTH_ENTRY)) - 1;
220 Item = &(mUnicodeWidthTable[Index]);
231 } else if (UnicodeChar <= mUnicodeWidthTable[Index - 1].WChar) {

Completed in 632 milliseconds