Home
last modified time | relevance | path

Searched refs:isIdentifierStartChar (Results 1 – 1 of 1) sorted by relevance

/external/deqp/framework/xexml/
DxeXMLParser.cpp37 static inline bool isIdentifierStartChar (int ch) in isIdentifierStartChar() function
44 return isIdentifierStartChar(ch) || de::inRange<int>(ch, '0', '9') || (ch == '-') || (ch == '_'); in isIdentifierChar()
197 else if (isIdentifierStartChar(curChar)) in advance()