Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgregex.h565 GRegex *g_match_info_get_regex (const GMatchInfo *match_info);
Dgregex.c906 g_match_info_get_regex (const GMatchInfo *match_info) in g_match_info_get_regex() function
/third_party/glib/docs/reference/glib/
Dglib-sections.txt1435 g_match_info_get_regex
/third_party/glib/glib/tests/
Dregex.c305 g_assert (regex == g_match_info_get_regex (match_info)); in test_match_next()