MCPcopy Create free account
hub / github.com/Overload-Technologies/Overload / IsNameChar

Function IsNameChar

Dependencies/tinyxml2/include/tinyxml2.h:589–594  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

ParseNameMethod · 0.85

Calls 1

IsNameStartCharFunction · 0.85

Tested by

no test coverage detected