Home
last modified time | relevance | path

Searched refs:utf8d (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/mit/libcbor/dist/src/cbor/internal/
H A Dunicode.c13 static const uint8_t utf8d[] = { variable
59 uint32_t type = utf8d[byte]; in _cbor_unicode_decode()
64 *state = utf8d[256 + *state * 16 + type]; in _cbor_unicode_decode()