Searched defs:isNum (Results 1 - 1 of 1) sorted by relevance

/external/deqp/framework/opengl/
H A DgluVarTypeUtil.cpp47 static inline bool isNum (char c) { return de::inRange(c, '0', '9'); } function in namespace:glu
49 static inline bool isIdentifierChar (char c) { return isAlpha(c) || isNum(c) || c == '_'; }
67 else if (isNum(m_str[m_tokenStart]))
70 while (isNum(m_str[m_tokenStart+m_tokenLen]))

Completed in 648 milliseconds