Home | History | Annotate | Download | only in lib

Lines Matching defs:Ascii

25     CHAR8   Ascii;
32 // ASCII. The ASCII mapping we just made up.
108 OUT CHAR8 *Ascii OPTIONAL
122 Asci - Optional pointer to return Ascii equivalent of Graphic.
145 if (Ascii) {
146 *Ascii = Table->Ascii;
156 IN CHAR16 Ascii
159 if ((Ascii >= 0x20) && (Ascii <= 0x7f)) {