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

Function IsPrefixHex

native/thirdpart/tinyxml2/tinyxml2.h:594–597  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

592 }
593
594 inline static bool IsPrefixHex( const char* p) {
595 p = SkipWhiteSpace(p, 0);
596 return p && *p == '0' && ( *(p + 1) == 'x' || *(p + 1) == 'X');
597 }
598
599 inline static bool StringEqual( const char* p, const char* q, int nChar=INT_MAX ) {
600 if ( p == q ) {

Callers 4

ToIntMethod · 0.85
ToUnsignedMethod · 0.85
ToInt64Method · 0.85
ToUnsigned64Method · 0.85

Calls 1

SkipWhiteSpaceFunction · 0.85

Tested by

no test coverage detected