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