Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinder/Cinder
/ is_trail
Function
is_trail
include/utf8cpp/core.h:69–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
template<typename octet_type>
69
inline bool is_trail(octet_type oc)
70
{
71
return ((utf8::internal::mask8(oc) >> 6) == 0x2);
72
}
73
74
template <typename u16>
75
inline bool is_lead_surrogate(u16 cp)
Callers
5
prior
Function · 0.85
increase_safely
Function · 0.85
replace_invalid
Function · 0.85
prior
Function · 0.85
previous
Function · 0.85
Calls
1
mask8
Function · 0.85
Tested by
no test coverage detected