MCPcopy 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

nextFunction · 0.85
is_trailFunction · 0.85
sequence_lengthFunction · 0.85
get_sequence_1Function · 0.85
get_sequence_2Function · 0.85
get_sequence_3Function · 0.85
get_sequence_4Function · 0.85
starts_with_bomFunction · 0.85
is_bomFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected