Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BehaviorTree/BehaviorTree.CPP
/ IsUTF8Continuation
Function
IsUTF8Continuation
3rdparty/tinyxml2/tinyxml2.h:605–607 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
603
}
604
605
inline static bool IsUTF8Continuation( const char p ) {
606
return ( p & 0x80 ) != 0;
607
}
608
609
static const char* ReadBOM( const char* p, bool* hasBOM );
610
// p is the starting location,
Callers
1
IsWhiteSpace
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected