Home
last modified time | relevance | path

Searched refs:g_ascii_strup (Results 1 – 15 of 15) sorted by relevance

/third_party/glib/glib/tests/
Dstrfuncs.c458 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 …]
Dgvariant.c4864 gchar *strup = g_ascii_strup (key, -1); in test_stack_dict_init()
/third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/
Dcr-enc-handler.c130 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/
Dgstrtsptransport.c612 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/
Ddescriptions.c724 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/
Dgstrfuncs.in.h185 gchar* g_ascii_strup (const gchar *str,
Dgstrfuncs.c1640 g_ascii_strup (const gchar *str, in g_ascii_strup() function
/third_party/glib/glib/
Dgstrfuncs.h194 gchar* g_ascii_strup (const gchar *str,
Dgstrfuncs.c1596 g_ascii_strup (const gchar *str, in g_ascii_strup() function
/third_party/libsoup/tests/
Dforms-test.c290 char *uptitle = g_ascii_strup (title, -1); in hello_callback()
Dmisc-test.c1033 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/
Dgstvorbistag.c141 real_vorbis_tag = g_ascii_strup (vorbis_tag, -1); in gst_tag_from_vorbis_tag()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt1763 g_ascii_strup
/third_party/gstreamer/gstplugins_base/gst-libs/gst/sdp/
Dgstsdpmessage.c3657 tmp = g_ascii_strup (name, -1); in gst_sdp_media_get_caps_from_media()
/third_party/glib/
DNEWS13284 * Add a len argument to g_ascii_strup/strdown