Searched refs:g_match_info_next (Results 1 – 4 of 4) sorted by relevance
/third_party/glib/glib/tests/ |
D | regex.c | 303 g_match_info_next (match_info, NULL); in test_match_next() 1531 res = g_match_info_next (match, NULL); in test_class() 1536 res = g_match_info_next (match, NULL); in test_class() 1541 res = g_match_info_next (match, NULL); in test_class() 1546 res = g_match_info_next (match, NULL); in test_class() 1552 res = g_match_info_next (match, NULL); in test_class() 1611 res = g_match_info_next (match, &error); in test_lookahead() 1845 res = g_match_info_next (match, &error); in test_subpattern() 1862 res = g_match_info_next (match, &error); in test_subpattern() 1879 res = g_match_info_next (match, &error); in test_subpattern() [all …]
|
/third_party/glib/glib/ |
D | gregex.c | 1007 g_match_info_next (GMatchInfo *match_info, in g_match_info_next() function 1097 return g_match_info_next (match_info, error); in g_match_info_next() 2088 match_ok = g_match_info_next (info, error); in g_regex_match_full() 2595 match_ok = g_match_info_next (match_info, &tmp_error); in g_regex_split_full() 3295 g_match_info_next (match_info, &tmp_error); in g_regex_replace_eval()
|
D | gregex.h | 576 gboolean g_match_info_next (GMatchInfo *match_info,
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 1441 g_match_info_next
|