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

Function SkipWhiteSpace

native/thirdpart/tinyxml2/tinyxml2.h:566–568  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

564 return p;
565 }
566 static char* SkipWhiteSpace( char* const p, int* curLineNumPtr ) {
567 return const_cast<char*>( SkipWhiteSpace( const_cast<const char*>(p), curLineNumPtr ) );
568 }
569
570 // Anything in the high order range of UTF-8 is assumed to not be whitespace. This isn't
571 // correct, but simple, and usually works.

Callers 6

IsPrefixHexFunction · 0.85
CollapseWhitespaceMethod · 0.85
IdentifyMethod · 0.85
ParseDeepMethod · 0.85
ParseAttributesMethod · 0.85
ParseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected