Home
last modified time | relevance | path

Searched refs:mUnicodeWidthTable (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiLib/
DConsole.c30 UNICODE_WIDTH_ENTRY mUnicodeWidthTable[] = { variable
220 High = (sizeof (mUnicodeWidthTable)) / (sizeof (UNICODE_WIDTH_ENTRY)) - 1; in GlueGetGlyphWidth()
223 Item = &(mUnicodeWidthTable[Index]); in GlueGetGlyphWidth()
234 } else if (UnicodeChar <= mUnicodeWidthTable[Index - 1].WChar) { in GlueGetGlyphWidth()
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/
DConsole.c25 GLOBAL_REMOVE_IF_UNREFERENCED CONST UNICODE_WIDTH_ENTRY mUnicodeWidthTable[] = { variable
217 High = (sizeof (mUnicodeWidthTable)) / (sizeof (UNICODE_WIDTH_ENTRY)) - 1; in GetGlyphWidth()
220 Item = &(mUnicodeWidthTable[Index]); in GetGlyphWidth()
231 } else if (UnicodeChar <= mUnicodeWidthTable[Index - 1].WChar) { in GetGlyphWidth()
/device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/
DConsole.c28 GLOBAL_REMOVE_IF_UNREFERENCED CONST UNICODE_WIDTH_ENTRY mUnicodeWidthTable[] = { variable
220 High = (sizeof (mUnicodeWidthTable)) / (sizeof (UNICODE_WIDTH_ENTRY)) - 1; in GetGlyphWidth()
223 Item = &(mUnicodeWidthTable[Index]); in GetGlyphWidth()
234 } else if (UnicodeChar <= mUnicodeWidthTable[Index - 1].WChar) { in GetGlyphWidth()