Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinder/Cinder
/ mask8
Function
mask8
include/utf8cpp/core.h:59–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
58
template<typename octet_type>
59
inline uint8_t mask8(octet_type oc)
60
{
61
return static_cast<uint8_t>(0xff & oc);
62
}
63
template<typename u16_type>
64
inline uint16_t mask16(u16_type oc)
65
{
Callers
9
next
Function · 0.85
is_trail
Function · 0.85
sequence_length
Function · 0.85
get_sequence_1
Function · 0.85
get_sequence_2
Function · 0.85
get_sequence_3
Function · 0.85
get_sequence_4
Function · 0.85
starts_with_bom
Function · 0.85
is_bom
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected