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

Function is_valid

include/utf8cpp/core.h:300–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298
299 template <typename octet_iterator>
300 inline bool is_valid(octet_iterator start, octet_iterator end)
301 {
302 return (utf8::find_invalid(start, end) == end);
303 }
304
305 template <typename octet_iterator>
306 inline bool starts_with_bom (octet_iterator it, octet_iterator end)

Callers

nothing calls this directly

Calls 1

find_invalidFunction · 0.85

Tested by

no test coverage detected