Searched refs:utf8_str (Results 1 – 3 of 3) sorted by relevance
/third_party/glib/glib/ |
D | gmarkup.c | 565 utf8_str (const gchar *utf8, in utf8_str() function 1236 utf8_str (context->iter, in g_markup_parse_context_parse() 1278 utf8_str (context->iter, in g_markup_parse_context_parse() 1368 utf8_str (context->iter, in g_markup_parse_context_parse() 1413 utf8_str (context->iter, in g_markup_parse_context_parse() 1456 utf8_str (context->iter, in g_markup_parse_context_parse() 1590 utf8_str (context->iter, in g_markup_parse_context_parse() 1592 utf8_str (context->iter, in g_markup_parse_context_parse() 1628 utf8_str (context->iter, in g_markup_parse_context_parse()
|
/third_party/libuv/src/win/ |
D | util.c | 1591 char* utf8_str; in uv_os_gethostname() local 1605 convert_result = uv__convert_utf16_to_utf8(buf, -1, &utf8_str); in uv_os_gethostname() 1610 len = strlen(utf8_str); in uv_os_gethostname() 1613 uv__free(utf8_str); in uv_os_gethostname() 1617 memcpy(buffer, utf8_str, len + 1); in uv_os_gethostname() 1618 uv__free(utf8_str); in uv_os_gethostname()
|
/third_party/ffmpeg/libavformat/ |
D | mxfenc.c | 685 static uint64_t mxf_utf16len(const char *utf8_str) in mxf_utf16len() argument 687 const uint8_t *q = utf8_str; in mxf_utf16len() 707 static int mxf_utf16_local_tag_length(const char *utf8_str) in mxf_utf16_local_tag_length() argument 711 if (!utf8_str) in mxf_utf16_local_tag_length() 714 size = mxf_utf16len(utf8_str); in mxf_utf16_local_tag_length()
|