|
roo_io
API Documentation for roo_io
|
#include <unicode.h>
Public Member Functions | |
| Utf8Decoder (const byte *data, size_t size) | |
| Utf8Decoder (const char *data, size_t size) | |
| template<size_t N> | |
| Utf8Decoder (const byte data[N]) | |
| template<size_t N> | |
| Utf8Decoder (const char data[N]) | |
| Utf8Decoder (roo::string_view s) | |
| const byte * | data () const |
| bool | next (char32_t &result) |
|
inline |
Definition at line 46 of file unicode.h.
References u8c::u8next_().