HomeSort by relevance Sort by last modified time
    Searched refs:isIdentifierChar (Results 1 - 8 of 8) 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/srec/srec/Semproc/src/
LexicalAnalyzer.c 27 ESR_BOOL isIdentifierChar(LCHAR p);
116 while (isIdentifierChar(*p)) /* finds the end of the name of this identifier */
129 ESR_BOOL isIdentifierChar(LCHAR p)
  /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))
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Helpers.java 605 while (mOffset < chars.length && isIdentifierChar(chars[mOffset])) {
661 private static final boolean isIdentifierChar(char c) {
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]
  /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 264 milliseconds