HomeSort by: relevance | last modified time | path
    Searched defs:Unicode (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/gnu-efi/dist/lib/
boxdraw.c 12 Lib functions to support Box Draw Unicode code pages.
23 CHAR16 Unicode;
31 // It also provides a mapping from Unicode to PCANSI or
114 Detects if a Unicode char is for Box Drawing text graphics.
118 Grphic - Unicode char to test.
126 TRUE if Gpaphic is a supported Unicode Box Drawing character.
134 // Unicode drawing code charts are all in the 0x25xx range,
140 for (Table = UnicodeToPcAnsiOrAscii; Table->Unicode != 0x0000; Table++) {
141 if (Graphic == Table->Unicode) {

Completed in 10 milliseconds