Searched refs:g_ascii_strup (Results 1 – 15 of 15) sorted by relevance
/third_party/glib/glib/tests/ |
D | strfuncs.c | 458 str = g_ascii_strup (NULL, 0); in test_ascii_strup() 462 str = g_ascii_strup ("", 0); in test_ascii_strup() 467 str = g_ascii_strup ("", -1); in test_ascii_strup() 473 str = g_ascii_strup (str_up, strlen (str_up)); in test_ascii_strup() 478 str = g_ascii_strup (str_down, strlen (str_down)); in test_ascii_strup() 483 str = g_ascii_strup (str_down, -1); in test_ascii_strup() 488 str = g_ascii_strup (str_down, 0); in test_ascii_strup() 1781 tmp = g_ascii_strup (string, 4096); in test_bounds() 1782 tmp2 = g_ascii_strup (tmp, 4096); in test_bounds() 1858 tmp = g_ascii_strup (string, -1); in test_bounds() [all …]
|
D | gvariant.c | 4864 gchar *strup = g_ascii_strup (key, -1); in test_stack_dict_init()
|
/third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/ |
D | cr-enc-handler.c | 130 alias_name_up = (guchar *) g_ascii_strup ((const gchar *) a_alias_name, -1); in cr_enc_handler_resolve_enc_alias()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/ |
D | gstrtsptransport.c | 612 g_ptr_array_add (strs, g_ascii_strup (tmp, -1)); in gst_rtsp_transport_as_text() 618 g_ptr_array_add (strs, g_ascii_strup (tmp, -1)); in gst_rtsp_transport_as_text() 631 g_ptr_array_add (strs, g_ascii_strup (tmp, -1)); in gst_rtsp_transport_as_text()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/ |
D | descriptions.c | 724 layout_upper = g_ascii_strup (layout, -1); in format_info_get_desc() 956 proto_uc = g_ascii_strup (protocol, -1); in gst_pb_utils_get_source_description() 991 proto_uc = g_ascii_strup (protocol, -1); in gst_pb_utils_get_sink_description()
|
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/ |
D | gstrfuncs.in.h | 185 gchar* g_ascii_strup (const gchar *str,
|
D | gstrfuncs.c | 1640 g_ascii_strup (const gchar *str, in g_ascii_strup() function
|
/third_party/glib/glib/ |
D | gstrfuncs.h | 194 gchar* g_ascii_strup (const gchar *str,
|
D | gstrfuncs.c | 1596 g_ascii_strup (const gchar *str, in g_ascii_strup() function
|
/third_party/libsoup/tests/ |
D | forms-test.c | 290 char *uptitle = g_ascii_strup (title, -1); in hello_callback()
|
D | misc-test.c | 1033 caps = g_ascii_strup (str, -1); in run_echo_server() 1173 caps = g_ascii_strup (strings[i], -1); in do_stealing_test()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/ |
D | gstvorbistag.c | 141 real_vorbis_tag = g_ascii_strup (vorbis_tag, -1); in gst_tag_from_vorbis_tag()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 1763 g_ascii_strup
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/sdp/ |
D | gstsdpmessage.c | 3657 tmp = g_ascii_strup (name, -1); in gst_sdp_media_get_caps_from_media()
|
/third_party/glib/ |
D | NEWS | 13284 * Add a len argument to g_ascii_strup/strdown
|