Home
last modified time | relevance | path

Searched refs:skipSpace (Results 1 - 3 of 3) sorted by relevance

/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dlexer.h46 bool GetChar(char &c, bool skipSpace = true);
70 bool PeekChar(char &c, bool skipSpace = true);
H A Dlexer.cpp125 bool Lexer::GetChar(char &c, bool skipSpace) in GetChar() argument
128 if (skipSpace) { in GetChar()
142 bool Lexer::PeekChar(char &c, bool skipSpace) in PeekChar() argument
148 if (skipSpace) { in PeekChar()
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
H A Dlexer.js166 peekChar(c, skipSpace) {
167 if (skipSpace) {
241 getChar(c, skipSpace) {
243 if (skipSpace) {

Completed in 2 milliseconds