Searched refs:isIdentifierChar (Results 1 - 6 of 6) sorted by relevance

/external/deqp/framework/randomshaders/
H A DrsgPrettyPrinter.cpp135 inline bool isIdentifierChar (char c) function in namespace:rsg
142 bool prevIsIdentifierChar = m_line.length() > 0 && isIdentifierChar(m_line[m_line.length()-1]);
190 if (prevIsIdentifierChar && isIdentifierChar(tokenStr[0]))
/external/srec/srec/Semproc/src/
H A DLexicalAnalyzer.c27 ESR_BOOL isIdentifierChar(LCHAR p);
116 while (isIdentifierChar(*p)) /* finds the end of the name of this identifier */
129 ESR_BOOL isIdentifierChar(LCHAR p) function
/external/deqp/framework/opengl/
H A DgluVarTypeUtil.cpp49 static inline bool isIdentifierChar (char c) { return isAlpha(c) || isNum(c) || c == '_'; } function in namespace:glu
73 else if (isIdentifierChar(m_str[m_tokenStart]))
76 while (isIdentifierChar(m_str[m_tokenStart+m_tokenLen]))
/external/deqp/executor/
H A DxeXMLParser.cpp42 static inline bool isIdentifierChar (int ch) function in namespace:xe::xml
220 if (!isIdentifierChar(curChar))
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1747 static bool isIdentifierChar(char c) { function
1820 while (isIdentifierChar(Body[I]) && I + 1 != End)
3443 while (isIdentifierChar(Body[I]) && I + 1 != End)
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...

Completed in 232 milliseconds