Home
last modified time | relevance | path

Searched refs:g_str_match_string (Results 1 – 5 of 5) sorted by relevance

/third_party/glib/glib/tests/
Dsearch-utils.c86 match = g_str_match_string (tests[i].prefix, tests[i].string, TRUE); in test_search()
Dstrfuncs.c1712 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/
Dgstrfuncs.h314 gboolean g_str_match_string (const gchar *search_term,
Dgstrfuncs.c3166 g_str_match_string (const gchar *search_term, in g_str_match_string() function
/third_party/glib/docs/reference/glib/
Dglib-sections.txt1720 g_str_match_string