Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgunicollate.c253 UniChar *str_utf16 = NULL; in carbon_collate_key_with_collator() local
264 str_utf16 = g_utf8_to_utf16 (str, len, NULL, &len_utf16, NULL); in carbon_collate_key_with_collator()
279 ret = UCGetCollationKey (collator, str_utf16, len_utf16, in carbon_collate_key_with_collator()
287 ret = UCGetCollationKey (collator, str_utf16, len_utf16, in carbon_collate_key_with_collator()
297 g_free (str_utf16); in carbon_collate_key_with_collator()
/third_party/gstreamer/gstplugins_bad/gst/asfmux/
Dgstasfmux.c871 gchar *str_utf16 = NULL; in gst_asf_mux_write_string_with_size() local
881 str_utf16 = g_convert (str, -1, "UTF-16LE", "UTF-8", NULL, &str_size, &error); in gst_asf_mux_write_string_with_size()
898 memcpy (str_buf, str_utf16, str_size - 1); in gst_asf_mux_write_string_with_size()
901 g_free (str_utf16); in gst_asf_mux_write_string_with_size()