Searched refs:g_regex_match_all_full (Results 1 – 4 of 4) sorted by relevance
/third_party/glib/glib/ |
D | gregex.h | 505 gboolean g_regex_match_all_full (const GRegex *regex,
|
D | gregex.c | 2132 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/ |
D | glib-sections.txt | 1426 g_regex_match_all_full
|
/third_party/glib/glib/tests/ |
D | regex.c | 1263 match_ok = g_regex_match_all_full (regex, data->string, data->string_len, data->start_position, in test_match_all_full()
|