#include <string>
#include <cstdint>
#include <cinttypes>
Go to the source code of this file.
|
| namespace | jau |
| | __pack(...): Produces MSVC, clang and gcc compatible lead-in and -out macros.
|
| |
|
| std::string | jau::dfa_utf8_decode (const uint8_t *buffer, const size_t buffer_size) |
| | Returns all valid consecutive UTF-8 characters within buffer in the range up to buffer_size or until EOS. More...
|
| |
| uint32_t | jau::dfa_utf8_decode (uint32_t &state, uint32_t &codep, const uint32_t byte_value) |
| |
◆ DFA_UTF8_ACCEPT
| #define DFA_UTF8_ACCEPT 0 |
◆ DFA_UTF8_REJECT
| #define DFA_UTF8_REJECT 12 |