Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgregex.h505 gboolean g_regex_match_all_full (const GRegex *regex,
Dgregex.c2132 return g_regex_match_all_full (regex, string, -1, 0, match_options, in g_regex_match_all()
2191 g_regex_match_all_full (const GRegex *regex, in g_regex_match_all_full() function
/third_party/glib/docs/reference/glib/
Dglib-sections.txt1426 g_regex_match_all_full
/third_party/glib/glib/tests/
Dregex.c1263 match_ok = g_regex_match_all_full (regex, data->string, data->string_len, data->start_position, in test_match_all_full()