Searched refs:isNewLineEscaped (Results 1 – 3 of 3) sorted by relevance
543 static bool isNewLineEscaped(const char *BufferStart, const char *Str);
428 return Lexer::isNewLineEscaped(S, S + strlen(S) - 1); in TEST_F()
500 !Lexer::isNewLineEscaped(BufStart, LexStart)) { in findBeginningOfLine()1054 bool Lexer::isNewLineEscaped(const char *BufferStart, const char *Str) { in isNewLineEscaped() function in Lexer