Searched refs:g_match_info_fetch_pos (Results 1 – 6 of 6) sorted by relevance
/third_party/glib/glib/tests/ |
D | regex.c | 301 g_match_info_fetch_pos (match_info, 0, &match->start, &match->end); in test_match_next() 527 g_assert (!g_match_info_fetch_pos (match_info, 0, NULL, NULL)); in test_partial() 528 g_assert (!g_match_info_fetch_pos (match_info, 1, NULL, NULL)); in test_partial() 579 g_match_info_fetch_pos (match_info, data->sub_n, &start, &end); in test_sub_pattern() 1282 g_match_info_fetch_pos (match_info, i, &start, &end); in test_match_all_full() 1330 g_match_info_fetch_pos (match_info, i, &start, &end); in test_match_all() 1358 g_match_info_fetch_pos (match_info, i, &start, &end); in test_match_all() 1592 res = g_match_info_fetch_pos (match, 0, &start, &end); in test_lookahead() 1607 res = g_match_info_fetch_pos (match, 0, &start, &end); in test_lookahead() 1614 res = g_match_info_fetch_pos (match, 0, &start, &end); in test_lookahead() [all …]
|
/third_party/glib/glib/ |
D | gregex.h | 592 gboolean g_match_info_fetch_pos (const GMatchInfo *match_info,
|
D | gregex.c | 1309 if (!g_match_info_fetch_pos (match_info, match_num, &start, &end)) in g_match_info_fetch() 1349 g_match_info_fetch_pos (const GMatchInfo *match_info, in g_match_info_fetch_pos() function 1480 return g_match_info_fetch_pos (match_info, num, start_pos, end_pos); in g_match_info_fetch_named_pos()
|
/third_party/gstreamer/gstplugins_base/gst/subparse/ |
D | gstsubparse.c | 756 g_match_info_fetch_pos (match_info, 0, &start_pos, &end_pos); in subrip_fix_up_markup()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 1446 g_match_info_fetch_pos
|
/third_party/glib/ |
D | NEWS | 10563 566573 g_match_info_fetch_pos docs
|