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

Class invalid_utf16

include/utf8cpp/checked.h:57–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 };
56
57 class invalid_utf16 : public exception {
58 uint16_t u16;
59 public:
60 invalid_utf16 (uint16_t u) : u16(u) {}
61 virtual const char* what() const throw() { return "Invalid UTF-16"; }
62 uint16_t utf16_word() const {return u16;}
63 };
64
65 class not_enough_room : public exception {
66 public:

Callers 1

utf16to8Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected