Searched refs:IsSpace (Results 1 – 4 of 4) sorted by relevance
129 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 Lexer348 while (PeekChar(c, false) && !IsSpace(c)) { in LexFromLiteral()
52 static bool IsSpace(char c);
93 if (IsSpace(c)) { in ReadToken()158 if (IsSpace(c)) { in ReadIdentifier()371 if (IsSpace(c)) { in ParseCacheable()
100 static bool IsSpace(char c) in IsSpace() function