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

Function SkipWhiteSpace

Dependencies/tinyxml2/include/tinyxml2.h:568–570  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 5

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