Home
last modified time | relevance | path

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

/qemu/include/qemu/
H A Dunicode.h4 int mod_utf8_codepoint(const char *s, size_t n, char **end);
/qemu/util/
H A Dunicode.c62 int mod_utf8_codepoint(const char *s, size_t n, char **end) in mod_utf8_codepoint() function
/qemu/qobject/
H A Djson-writer.c114 cp = mod_utf8_codepoint(ptr, 6, &end); in quoted_str()
H A Djson-parser.c219 cp = mod_utf8_codepoint(ptr, 6, &end); in parse_string()
/qemu/tests/unit/
H A Dcheck-qjson.c763 mod_utf8_codepoint(tail, 6, &end); in utf8_string()