Home
last modified time | relevance | path

Searched refs:group0 (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/regex/regex-capi/examples/
Diter.c71 rure_match group0 = {0}; in main() local
85 rure_captures_at(caps, 0, &group0); in main()
90 group0.start, group0.end); in main()
/third_party/python/Modules/
D_sre.c2403 PyObject *group0 = match_getslice_by_index(self, 0, Py_None); in match_repr() local
2404 if (group0 == NULL) in match_repr()
2409 self->mark[0], self->mark[1], group0); in match_repr()
2410 Py_DECREF(group0); in match_repr()