/third_party/gstreamer/gstplugins_bad/sys/directsound/ |
D | gstdirectsounddevice.c | 101 description = g_locale_to_utf8 (strDesc, -1, NULL, NULL, NULL); in gst_directsound_enum_callback() 108 driver = g_locale_to_utf8 (strDrvName, -1, NULL, NULL, NULL); in gst_directsound_enum_callback()
|
D | gstdirectsoundsrc.c | 345 description = g_locale_to_utf8 (strDesc, -1, NULL, NULL, NULL); in gst_directsound_enum_callback() 352 driver = g_locale_to_utf8 (strDrvName, -1, NULL, NULL, NULL); in gst_directsound_enum_callback()
|
/third_party/gstreamer/gstplugins_good/sys/directsound/ |
D | gstdirectsounddevice.c | 101 description = g_locale_to_utf8 (strDesc, -1, NULL, NULL, NULL); in gst_directsound_enum_callback() 108 driver = g_locale_to_utf8 (strDrvName, -1, NULL, NULL, NULL); in gst_directsound_enum_callback()
|
/third_party/flutter/skia/third_party/externals/harfbuzz/util/ |
D | main-font-text.hh | 41 t = g_locale_to_utf8 (s, -1, nullptr, nullptr, &error); in locale_to_utf8()
|
/third_party/harfbuzz/util/ |
D | main-font-text.hh | 41 t = g_locale_to_utf8 (s, -1, nullptr, nullptr, &error); in locale_to_utf8()
|
/third_party/glib/glib/ |
D | gconvert.h | 127 gchar* g_locale_to_utf8 (const gchar *opsysstring,
|
D | goption.c | 1284 data = g_locale_to_utf8 (value, -1, NULL, NULL, error); in parse_arg() 1288 data = g_locale_to_utf8 (value, -1, NULL, NULL, error); in parse_arg() 1313 data = g_locale_to_utf8 (value, -1, NULL, NULL, error); in parse_arg() 1317 data = g_locale_to_utf8 (value, -1, NULL, NULL, error); in parse_arg() 1352 data = g_locale_to_utf8 (value, -1, NULL, NULL, error); in parse_arg() 1381 data = g_locale_to_utf8 (value, -1, NULL, NULL, error); in parse_arg() 1441 data = g_locale_to_utf8 (value, -1, NULL, NULL, error); in parse_arg() 1449 data = g_locale_to_utf8 (value, -1, NULL, NULL, error); in parse_arg()
|
D | gdatetime.c | 2874 digit = g_locale_to_utf8 (locale_digit, -1, NULL, &digit_len, NULL); in initialize_alt_digits() 2962 ampm = tmp = g_locale_to_utf8 (ampm, -1, NULL, NULL, NULL); in format_ampm() 2998 utf8_format = g_locale_to_utf8 (locale_format, -1, NULL, NULL, NULL); in g_date_time_format_locale() 3022 utf8 = g_locale_to_utf8 (s, -1, NULL, &utf8_len, NULL); in string_append()
|
D | gstrfuncs.c | 1351 msg = g_locale_to_utf8 (msg, -1, NULL, NULL, &error); in g_strerror() 1390 msg = tofree = g_locale_to_utf8 (msg, -1, NULL, NULL, NULL); in g_strsignal()
|
D | gconvert.c | 1002 g_locale_to_utf8 (const gchar *opsysstring, in g_locale_to_utf8() function
|
D | gdate.c | 2708 convbuf = g_locale_to_utf8 (tmpbuf, tmplen, NULL, &convlen, &error); in g_date_strftime()
|
/third_party/gstreamer/gstplugins_bad/ext/ladspa/ |
D | gstladspautils.c | 551 longname = g_locale_to_utf8 (desc->Name, -1, NULL, NULL, NULL); in gst_ladspa_element_class_set_metadata() 556 tmp = g_locale_to_utf8 (desc->Maker, -1, NULL, NULL, NULL); in gst_ladspa_element_class_set_metadata()
|
/third_party/glib/glib/tests/ |
D | convert.c | 730 res = g_locale_to_utf8 ("ab\0c", 4, &bytes_read, NULL, &error); in test_locale_to_utf8_embedded_nul_utf8() 751 res = g_locale_to_utf8 ("ab\0c", 4, NULL, NULL, &error); in test_locale_to_utf8_embedded_nul_iconv()
|
/third_party/glib/gio/ |
D | gthreadedresolver.c | 160 gchar *error_message = g_locale_to_utf8 (gai_strerror (retval), -1, NULL, NULL, NULL); in do_lookup_by_name() 328 gchar *error_message = g_locale_to_utf8 (gai_strerror (retval), -1, NULL, NULL, NULL); in do_lookup_by_address()
|
D | gresolver.c | 381 gchar *error_message = g_locale_to_utf8 (gai_strerror (EAI_NONAME), -1, NULL, NULL, NULL); in handle_ip_address_or_localhost()
|
D | glocalfileinfo.c | 1147 utf8_string = g_locale_to_utf8 (pwd_str, -1, NULL, NULL, NULL); in convert_pwd_string_to_utf8()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/ |
D | tags.c | 440 if ((utf8 = g_locale_to_utf8 (data, size, &bytes_read, NULL, NULL))) { in gst_tag_freeform_string_to_utf8()
|
D | id3v2frames.c | 1057 if ((utf8 = g_locale_to_utf8 (start, size, &bytes_read, NULL, NULL))) { in string_utf8_dup()
|
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/ |
D | gstrfuncs.c | 870 gchar *msg_utf8 = g_locale_to_utf8 (msg_locale, -1, NULL, NULL, NULL); 1339 gchar *msg_utf8 = g_locale_to_utf8 (msg_locale, -1, NULL, NULL, NULL);
|
/third_party/gstreamer/gstplugins_bad/ext/neon/ |
D | gstneonhttpsrc.c | 1037 ret = g_locale_to_utf8 (str, len, &bytes_read, &bytes_written, NULL); in unicodify()
|
/third_party/glib/ |
D | glib.supp | 913 fun:g_locale_to_utf8
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 3251 g_locale_to_utf8
|