MCPcopy Create free account
hub / github.com/Norbyte/bg3se / IsUTF8Continuation

Function IsUTF8Continuation

CoreLib/tinyxml2.h:609–611  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

607 }
608
609 inline static bool IsUTF8Continuation( const char p ) {
610 return ( p & 0x80 ) != 0;
611 }
612
613 static const char* ReadBOM( const char* p, bool* hasBOM );
614 // p is the starting location,

Callers 1

IsWhiteSpaceFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected