MCPcopy Create free account
hub / github.com/avast/retdec / IsNameChar

Function IsNameChar

deps/tinyxml2/include/tinyxml2/tinyxml2.h:586–591  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

584 }
585
586 inline static bool IsNameChar( unsigned char ch ) {
587 return IsNameStartChar( ch )
588 || isdigit( ch )
589 || ch == '.'
590 || ch == '-';
591 }
592
593 inline static bool StringEqual( const char* p, const char* q, int nChar=INT_MAX ) {
594 if ( p == q ) {

Callers 1

ParseNameMethod · 0.85

Calls 1

IsNameStartCharFunction · 0.85

Tested by

no test coverage detected