Home
last modified time | relevance | path

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

/src/contrib/libcbor/src/cbor/internal/
H A Dunicode.c14 static const uint8_t utf8d[] = { variable
60 uint32_t type = utf8d[byte]; in _cbor_unicode_decode()
65 *state = utf8d[256 + *state * 16 + type]; in _cbor_unicode_decode()