Searched defs:isIdentifierChar (Results 1 – 8 of 8) sorted by relevance
135 inline bool isIdentifierChar (char c) in isIdentifierChar() function
49 static inline bool isIdentifierChar (char c) { return isAlpha(c) || isNum(c) || c == '_'; } in isIdentifierChar() function
42 static inline bool isIdentifierChar (int ch) in isIdentifierChar() function
1107 function isIdentifierChar(code, astral) { function
109 static bool isIdentifierChar(char C) { in isIdentifierChar() function
73 function isIdentifierChar(code, astral) { function5926 isIdentifierChar: isIdentifierChar, property
79 function isIdentifierChar(code, astral) { function5932 isIdentifierChar: isIdentifierChar, property
2383 static bool isIdentifierChar(char c) { in isIdentifierChar() function