Searched refs:IsIdentifierCharacter (Results 1 – 1 of 1) sorted by relevance
22 bool IsIdentifierCharacter(wchar_t c) { in IsIdentifierCharacter() function427 if (!IsIdentifierCharacter(*m_cursor)) { in AdvanceForIdentifier()