Searched refs:g_str_match_string (Results 1 – 5 of 5) sorted by relevance
/third_party/glib/glib/tests/ |
D | search-utils.c | 86 match = g_str_match_string (tests[i].prefix, tests[i].string, TRUE); in test_search()
|
D | strfuncs.c | 1712 result = g_str_match_string (NULL, "AAA", TRUE); in test_str_match_string() 1718 result = g_str_match_string (str, NULL, TRUE); in test_str_match_string() 1723 g_assert_false (g_str_match_string (str, "AAA", TRUE)); in test_str_match_string() 1724 g_assert_false (g_str_match_string (str, "AAA", FALSE)); in test_str_match_string()
|
/third_party/glib/glib/ |
D | gstrfuncs.h | 314 gboolean g_str_match_string (const gchar *search_term,
|
D | gstrfuncs.c | 3166 g_str_match_string (const gchar *search_term, in g_str_match_string() function
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 1720 g_str_match_string
|