Home
last modified time | relevance | path

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

/third_party/glib/glib/tests/
Dstrfuncs.c1104 res = g_strrstr_len (NULL, 14, "xxx"); in test_strstr()
1109 res = g_strrstr_len ("xxx", 14, NULL); in test_strstr()
1113 res = g_strrstr_len (haystack, 14, "xxx"); in test_strstr()
1116 res = g_strrstr_len (haystack, 14, "FooBarFooBarFooBar"); in test_strstr()
1119 res = g_strrstr_len (haystack, 3, "Bar"); in test_strstr()
1122 res = g_strrstr_len (haystack, 14, "BarFoo"); in test_strstr()
1126 res = g_strrstr_len (haystack, 15, "BarFoo"); in test_strstr()
1130 res = g_strrstr_len (haystack, -1, "BarFoo"); in test_strstr()
1776 g_strrstr_len (string, 4096, "BUGS"); in test_bounds()
1777 g_strrstr_len (string, 4096, "B"); in test_bounds()
[all …]
/third_party/glib/gio/
Dgtlscertificate.c292 header_start = g_strrstr_len (data, header_end - data, PEM_PRIVKEY_HEADER_BEGIN); in parse_private_key()
314 footer_start = g_strrstr_len (header_end, footer_end - header_end, PEM_PRIVKEY_FOOTER_BEGIN); in parse_private_key()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dtag.c1145 fail_unless (g_strrstr_len (text, len, "<?xpacket begin") == text); in GST_START_TEST()
1146 fail_unless (g_strrstr_len (text, len, ">test title<") != NULL); in GST_START_TEST()
1147 fail_unless (g_strrstr_len (text, len, ">test description<") != NULL); in GST_START_TEST()
1148 fail_unless (g_strrstr_len (text, len, ">keyword1<") != NULL); in GST_START_TEST()
1149 fail_unless (g_strrstr_len (text, len, ">keyword2<") != NULL); in GST_START_TEST()
1150 fail_unless (g_strrstr_len (text, len, "<?xpacket end") != NULL); in GST_START_TEST()
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dgstrfuncs.in.h133 gchar * g_strrstr_len (const gchar *haystack,
Dgstrfuncs.c2710 g_strrstr_len (const gchar *haystack,
/third_party/glib/glib/
Dgstrfuncs.h133 gchar * g_strrstr_len (const gchar *haystack,
Dgutf8.c564 return g_strrstr_len (p, len, ch); in g_utf8_strrchr()
Dgstrfuncs.c2845 g_strrstr_len (const gchar *haystack, in g_strrstr_len() function
/third_party/glib/docs/reference/glib/
Dglib-sections.txt1714 g_strrstr_len
/third_party/glib/
DNEWS430 - #2223 Documentation of g_strrstr_len is misleading; suggested fix
13339 * g_strstr_len, g_strrstr, g_strrstr_len