MCPcopy Create free account
hub / github.com/cinder/Cinder / mask16

Function mask16

include/utf8cpp/core.h:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 }
63 template<typename u16_type>
64 inline uint16_t mask16(u16_type oc)
65 {
66 return static_cast<uint16_t>(0xffff & oc);
67 }
68 template<typename octet_type>
69 inline bool is_trail(octet_type oc)
70 {

Callers 3

utf16to8Function · 0.85
replace_invalidFunction · 0.85
utf16to8Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected