Home
last modified time | relevance | path

Searched refs:g_match_info_get_string (Results 1 – 4 of 4) sorted by relevance

/third_party/glib/glib/
Dgregex.h567 const gchar *g_match_info_get_string (const GMatchInfo *match_info);
Dgregex.c925 g_match_info_get_string (const GMatchInfo *match_info) in g_match_info_get_string() function
/third_party/glib/docs/reference/glib/
Dglib-sections.txt1436 g_match_info_get_string
/third_party/glib/glib/tests/
Dregex.c306 g_assert_cmpstr (data->string, ==, g_match_info_get_string (match_info)); in test_match_next()