Searched refs:DLGChar (Results 1 - 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DDLexerBase.h44 typedef char DLGChar; typedef
47 class DllExportPCCTS DLGChar {
51 DLGChar(int ch) { c = ch; }
87 const DLGChar *input; // MR9
88 const DLGChar *p; // MR9
90 DLGStringInput(const DLGChar *s) { input = s; p = &input[0];} // MR9
97 void DLGStringReset(const DLGChar *s) {input=s; p= &input[0]; }; // MR11 // MR16
111 DLGChar *lextext, *begexpr, *endexpr;
114 DLGChar *nextpos;
129 DLGChar *_lextex
[all...]
H A DDLexerBase.cpp63 this->_lextext = new DLGChar[_bufsize];
171 replchar(DLGChar c)
194 replstr(const DLGChar *s) /* MR20 const */
196 register DLGChar *l= &_lextext[_bufsize -1];
H A DDLexer.h68 register DLGChar *lastpos;
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
H A DDLexerBase.h44 typedef char DLGChar; typedef
47 class DllExportPCCTS DLGChar {
51 DLGChar(int ch) { c = ch; }
87 const DLGChar *input; // MR9
88 const DLGChar *p; // MR9
90 DLGStringInput(const DLGChar *s) { input = s; p = &input[0];} // MR9
97 void DLGStringReset(const DLGChar *s) {input=s; p= &input[0]; }; // MR11 // MR16
111 DLGChar *lextext, *begexpr, *endexpr;
114 DLGChar *nextpos;
129 DLGChar *_lextex
[all...]
H A DDLexerBase.cpp62 this->_lextext = new DLGChar[_bufsize];
170 replchar(DLGChar c)
184 replstr(const DLGChar *s) /* MR20 const */
186 register DLGChar *l= &_lextext[_bufsize -1];
H A DDLexer.cpp65 register DLGChar *lastpos;

Completed in 59 milliseconds