HomeSort by relevance Sort by last modified time
    Searched refs:isIdentifierChar (Results 1 - 9 of 9) sorted by null

  /external/deqp/framework/randomshaders/
rsgPrettyPrinter.cpp 135 inline bool isIdentifierChar (char c)
142 bool prevIsIdentifierChar = m_line.length() > 0 && isIdentifierChar(m_line[m_line.length()-1]);
190 if (prevIsIdentifierChar && isIdentifierChar(tokenStr[0]))
  /external/deqp/framework/opengl/
gluVarTypeUtil.cpp 49 static inline bool isIdentifierChar (char c) { return isAlpha(c) || isNum(c) || c == '_'; }
73 else if (isIdentifierChar(m_str[m_tokenStart]))
76 while (isIdentifierChar(m_str[m_tokenStart+m_tokenLen]))
  /external/deqp/executor/
xeXMLParser.cpp 42 static inline bool isIdentifierChar (int ch)
220 if (!isIdentifierChar(curChar))
  /external/llvm/lib/CodeGen/MIRParser/
MILexer.cpp 104 static bool isIdentifierChar(char C) {
169 while (isIdentifierChar(C.peek()))
237 while (isIdentifierChar(C.peek()))
266 while (isIdentifierChar(C.peek()))
304 while (isIdentifierChar(C.peek()))
376 while (isIdentifierChar(C.peek()))
470 if (isdigit(C.peek()) || !isIdentifierChar(C.peek())) {
474 while (isIdentifierChar(C.peek()))
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Helpers.java 777 while (mOffset < chars.length && isIdentifierChar(chars[mOffset])) {
833 private static final boolean isIdentifierChar(char c) {
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]
  /external/guice/extensions/persist/lib/
jaxen-1.1-beta-7.jar 
  /prebuilts/tools/common/m2/repository/jaxen/jaxen/1.1.1/
jaxen-1.1.1.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 

Completed in 483 milliseconds