Home
last modified time | relevance | path

Searched refs:g_strcasecmp (Results 1 – 10 of 10) sorted by relevance

/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dgstrfuncs.in.h197 gint g_strcasecmp (const gchar *s1,
Dgstrfuncs.c1949 g_strcasecmp (const gchar *s1,
/third_party/glib/glib/
Dgstrfuncs.h201 gint g_strcasecmp (const gchar *s1,
Dgstrfuncs.c1931 g_strcasecmp (const gchar *s1, in g_strcasecmp() function
/third_party/glib/
DNEWS.pre-1-3132 - g_strncasecmp: modeled closely after g_strcasecmp
/third_party/glib/glib/tests/
Dstrfuncs.c2010 g_strcasecmp (NULL, "ABCD"); in test_strup()
2015 g_strcasecmp ("abcd", NULL); in test_strup()
2022 g_assert_true (g_strcasecmp ("lower", "LOWER") == 0); in test_strup()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt1779 g_strcasecmp
/third_party/gstreamer/gstplugins_good/
DChangeLog99433 oss4: Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp()
134030 ext/cairo/gsttextoverlay.c: Change strcasecmp() to g_strcasecmp(). Fixes #497292.
134033 Change strcasecmp() to g_strcasecmp(). Fixes #497292.
/third_party/gstreamer/gstplugins_base/
DChangeLog133920 …t-libs/gst/rtp/gstrtppayloads.c: Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
133924 Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
/third_party/gstreamer/gstplugins_bad/
DChangeLog173860 applemedia: don't use the deprecated g_strcasecmp function.
173861 Replace g_strcasecmp with g_ascii_strcasecmp.