MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / IsNameChar

Function IsNameChar

native/thirdpart/tinyxml2/tinyxml2.h:587–592  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

585 }
586
587 inline static bool IsNameChar( unsigned char ch ) {
588 return IsNameStartChar( ch )
589 || isdigit( ch )
590 || ch == '.'
591 || ch == '-';
592 }
593
594 inline static bool IsPrefixHex( const char* p) {
595 p = SkipWhiteSpace(p, 0);

Callers 1

ParseNameMethod · 0.85

Calls 1

IsNameStartCharFunction · 0.85

Tested by

no test coverage detected