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