Searched refs:g_strrstr_len (Results 1 – 10 of 10) sorted by relevance
/third_party/glib/glib/tests/ |
D | strfuncs.c | 1104 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/ |
D | gtlscertificate.c | 292 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/ |
D | tag.c | 1145 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/ |
D | gstrfuncs.in.h | 133 gchar * g_strrstr_len (const gchar *haystack,
|
D | gstrfuncs.c | 2710 g_strrstr_len (const gchar *haystack,
|
/third_party/glib/glib/ |
D | gstrfuncs.h | 133 gchar * g_strrstr_len (const gchar *haystack,
|
D | gutf8.c | 564 return g_strrstr_len (p, len, ch); in g_utf8_strrchr()
|
D | gstrfuncs.c | 2845 g_strrstr_len (const gchar *haystack, in g_strrstr_len() function
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 1714 g_strrstr_len
|
/third_party/glib/ |
D | NEWS | 430 - #2223 Documentation of g_strrstr_len is misleading; suggested fix 13339 * g_strstr_len, g_strrstr, g_strrstr_len
|