Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgregex.h585 gchar *g_match_info_expand_references(const GMatchInfo *match_info,
Dgregex.c1234 g_match_info_expand_references (const GMatchInfo *match_info, in g_match_info_expand_references() function
/third_party/glib/docs/reference/glib/
Dglib-sections.txt1444 g_match_info_expand_references
/third_party/glib/glib/tests/
Dregex.c1065 res = g_match_info_expand_references (match_info, data->string_to_expand, NULL); in test_expand()