Home
last modified time | relevance | path

Searched refs:g_regex_get_capture_count (Results 1 – 5 of 5) sorted by relevance

/third_party/glib/glib/
Dgregex.h460 gint g_regex_get_capture_count (const GRegex *regex);
Dgregex.c1800 g_regex_get_capture_count (const GRegex *regex) in g_regex_get_capture_count() function
/third_party/glib/glib/tests/
Dregex.c1756 g_assert_cmpint (g_regex_get_capture_count (regex), ==, 1); in test_subpattern()
1774 g_assert_cmpint (g_regex_get_capture_count (regex), ==, 3); in test_subpattern()
1818 g_assert_cmpint (g_regex_get_capture_count (regex), ==, 3); in test_subpattern()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt1414 g_regex_get_capture_count
/third_party/glib/
DNEWS11863 - Add g_regex_get_max_backref() and g_regex_get_capture_count()