Searched refs:match_getindex (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/ |
D | _sre.c | 1941 match_getindex(MatchObject* self, PyObject* index) in match_getindex() function 1968 return match_getslice_by_index(self, match_getindex(self, index), def); in match_getslice() 2122 Py_ssize_t index = match_getindex(self, group); in _sre_SRE_Match_start_impl() 2149 Py_ssize_t index = match_getindex(self, group); in _sre_SRE_Match_end_impl() 2203 Py_ssize_t index = match_getindex(self, group); in _sre_SRE_Match_span_impl()
|
/external/python/cpython2/Modules/ |
D | _sre.c | 3326 match_getindex(MatchObject* self, PyObject* index) in match_getindex() function 3351 return match_getslice_by_index(self, match_getindex(self, index), def); in match_getslice() 3482 index = match_getindex(self, index_); in match_start() 3505 index = match_getindex(self, index_); in match_end() 3555 index = match_getindex(self, index_); in match_span()
|