Searched refs:g_match_info_get_match_count (Results 1 – 5 of 5) sorted by relevance
/third_party/glib/glib/tests/ |
D | regex.c | 486 count = g_match_info_get_match_count (match_info); in test_match_count() 1271 match_count = g_match_info_get_match_count (match_info); in test_match_all_full() 1315 match_count = g_match_info_get_match_count (match_info); in test_match_all() 1577 g_assert_cmpint (g_match_info_get_match_count (match), ==, 1); in test_lookahead() 1591 g_assert_cmpint (g_match_info_get_match_count (match), ==, 1); in test_lookahead() 1606 g_assert_cmpint (g_match_info_get_match_count (match), ==, 1); in test_lookahead() 1639 g_assert_cmpint (g_match_info_get_match_count (match), ==, 1); in test_lookbehind() 1654 g_assert_cmpint (g_match_info_get_match_count (match), ==, 1); in test_lookbehind() 1761 g_assert_cmpint (g_match_info_get_match_count (match), ==, 2); in test_subpattern() 1779 g_assert_cmpint (g_match_info_get_match_count (match), ==, 4); in test_subpattern() [all …]
|
/third_party/glib/glib/ |
D | gregex.h | 581 gint g_match_info_get_match_count (const GMatchInfo *match_info);
|
D | gregex.c | 1140 g_match_info_get_match_count (const GMatchInfo *match_info) in g_match_info_get_match_count() function 2542 match_count = g_match_info_get_match_count (match_info); in g_regex_split_full()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 1442 g_match_info_get_match_count
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | webrtcbin.c | 1070 fail_unless (g_match_info_get_match_count (match_info) == 8, candidate); in _check_ice_port_restriction()
|