Home
last modified time | relevance | path

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

/openbmc/qemu/qobject/
H A Djson-parser.c138 char utf8_buf[5]; in parse_string() local
196 if (mod_utf8_encode(utf8_buf, sizeof(utf8_buf), cp) < 0) { in parse_string()
202 g_string_append(str, utf8_buf); in parse_string()
225 len = mod_utf8_encode(utf8_buf, sizeof(utf8_buf), cp); in parse_string()
227 g_string_append(str, utf8_buf); in parse_string()