MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / IsUTF8Continuation

Method IsUTF8Continuation

sourcecommon/tinyxml2.h:561–563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

559 }
560
561 inline static bool IsUTF8Continuation( const char p ) {
562 return ( p & 0x80 ) != 0;
563 }
564
565 static const char* ReadBOM( const char* p, bool* hasBOM );
566 // p is the starting location,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected