MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / SkipWhiteSpace

Function SkipWhiteSpace

externals/tinyxml2/tinyxml2.h:562–564  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

560 return p;
561 }
562 static char* SkipWhiteSpace( char* const p, int* curLineNumPtr ) {
563 return const_cast<char*>( SkipWhiteSpace( const_cast<const char*>(p), curLineNumPtr ) );
564 }
565
566 // Anything in the high order range of UTF-8 is assumed to not be whitespace. This isn't
567 // 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