Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/Fastbot_Android
/ IsUTF8Continuation
Function
IsUTF8Continuation
native/thirdpart/tinyxml2/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
IsWhiteSpace
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected