Searched refs:isIdentifierChar (Results 1 – 5 of 5) sorted by relevance
135 inline bool isIdentifierChar (char c) in isIdentifierChar() function142 bool prevIsIdentifierChar = m_line.length() > 0 && isIdentifierChar(m_line[m_line.length()-1]); in processToken()190 if (prevIsIdentifierChar && isIdentifierChar(tokenStr[0])) in processToken()
27 ESR_BOOL isIdentifierChar(LCHAR p);116 while (isIdentifierChar(*p)) /* finds the end of the name of this identifier */ in LA_nextToken()129 ESR_BOOL isIdentifierChar(LCHAR p) in isIdentifierChar() function
49 static inline bool isIdentifierChar (char c) { return isAlpha(c) || isNum(c) || c == '_'; } in isIdentifierChar() function73 else if (isIdentifierChar(m_str[m_tokenStart])) in advance()76 while (isIdentifierChar(m_str[m_tokenStart+m_tokenLen])) in advance()
42 static inline bool isIdentifierChar (int ch) in isIdentifierChar() function220 if (!isIdentifierChar(curChar)) in advance()
1747 static bool isIdentifierChar(char c) { in isIdentifierChar() function1820 while (isIdentifierChar(Body[I]) && I + 1 != End) in expandMacro()3443 while (isIdentifierChar(Body[I]) && I + 1 != End) in checkForBadMacro()