Searched refs:mod_utf8_codepoint (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/include/qemu/ |
H A D | unicode.h | 4 int mod_utf8_codepoint(const char *s, size_t n, char **end);
|
/openbmc/qemu/util/ |
H A D | unicode.c | 62 int mod_utf8_codepoint(const char *s, size_t n, char **end) in mod_utf8_codepoint() function
|
/openbmc/qemu/qobject/ |
H A D | json-writer.c | 114 cp = mod_utf8_codepoint(ptr, 6, &end); in quoted_str()
|
H A D | json-parser.c | 219 cp = mod_utf8_codepoint(ptr, 6, &end); in parse_string()
|
/openbmc/qemu/tests/unit/ |
H A D | check-qjson.c | 763 mod_utf8_codepoint(tail, 6, &end); in utf8_string()
|