Home
last modified time | relevance | path

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

/openbmc/bmcweb/src/
H A Djson_html_serializer.cpp30 static const std::array<std::uint8_t, 400> utf8d = in decode() local
56 const uint8_t type = utf8d[byte]; in decode()
62 state = utf8d[256U + state * 16U + type]; in decode()