Searched refs:CheckUnicodeWhitespace (Results 1 – 2 of 2) sorted by relevance
470 bool CheckUnicodeWhitespace(Token &Result, uint32_t C, const char *CurPtr);
2803 bool Lexer::CheckUnicodeWhitespace(Token &Result, uint32_t C, in CheckUnicodeWhitespace() function in Lexer3559 if (CheckUnicodeWhitespace(Result, CodePoint, CurPtr)) { in LexTokenInternal()3591 if (CheckUnicodeWhitespace(Result, CodePoint, CurPtr)) { in LexTokenInternal()