Searched refs:isIdentifierChar (Results 1 - 7 of 7) 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/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/CodeGen/MIRParser/
H A DMILexer.cpp100 static bool isIdentifierChar(char C) { function
168 while (isIdentifierChar(C.peek()))
236 while (isIdentifierChar(C.peek()))
266 while (isIdentifierChar(C.peek()))
304 while (isIdentifierChar(C.peek()))
369 while (isIdentifierChar(C.peek()))
466 if (isdigit(C.peek()) || !isIdentifierChar(C.peek())) {
470 while (isIdentifierChar(C.peek()))
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1900 static bool isIdentifierChar(char c) { function
1977 while (isIdentifierChar(Body[I]) && I + 1 != End)
3584 while (isIdentifierChar(Body[I]) && I + 1 != End)
/external/guice/extensions/persist/lib/
H A Djaxen-1.1-beta-7.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jaxen/ org/jaxen/dom/ org/jaxen/dom4j/ org/ ...
/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 314 milliseconds