Home
last modified time | relevance | path

Searched refs:IsSpace (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dlexer.cpp129 while (IsSpace(chr)) { in GetChar()
149 while (bufferStart_ <= bufferEnd_ && (IsSpace(*bufferStart_) || *bufferStart_ == '\n')) { in PeekChar()
166 bool Lexer::IsSpace(char c) in IsSpace() function in Lexer
348 while (PeekChar(c, false) && !IsSpace(c)) { in LexFromLiteral()
H A Dlexer.h52 static bool IsSpace(char c);
/ohos5.0/foundation/ability/idl_tool/parser/
H A Dlexer.cpp93 if (IsSpace(c)) { in ReadToken()
158 if (IsSpace(c)) { in ReadIdentifier()
371 if (IsSpace(c)) { in ParseCacheable()
H A Dlexer.h100 static bool IsSpace(char c) in IsSpace() function