Home
last modified time | relevance | path

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

/dports/textproc/py-regex/regex-2020.7.14/regex_2/
H A D_regex.c20622 Py_LOCAL_INLINE(PyObject*) next_split_part(SplitterObject* self) { in next_split_part() function
20754 result = next_split_part(self); in splitter_split()
20769 result = next_split_part((SplitterObject*)self); in splitter_next()
20794 result = next_split_part((SplitterObject*)self); in splitter_iternext()
/dports/textproc/py-regex/regex-2020.7.14/regex_3/
H A D_regex.c20675 Py_LOCAL_INLINE(PyObject*) next_split_part(SplitterObject* self) { function
20816 result = next_split_part(self);
20840 result = next_split_part((SplitterObject*)self);