MCPcopy 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

priorFunction · 0.85
increase_safelyFunction · 0.85
replace_invalidFunction · 0.85
priorFunction · 0.85
previousFunction · 0.85

Calls 1

mask8Function · 0.85

Tested by

no test coverage detected