Searched refs:isUnicodeWhitespace (Results 1 – 1 of 1) sorted by relevance
1526 static bool isUnicodeWhitespace(uint32_t Codepoint) { in isUnicodeWhitespace() function1775 if (isASCII(CodePoint) || isUnicodeWhitespace(CodePoint)) in tryConsumeIdentifierUCN()1827 if (isASCII(CodePoint) || isUnicodeWhitespace(CodePoint)) in tryConsumeIdentifierUTF8Char()1880 !isUnicodeWhitespace(C)) { in LexUnicodeIdentifierStart()3661 isUnicodeWhitespace(C)) { in CheckUnicodeWhitespace()