Home
last modified time | relevance | path

Searched refs:unicode_split_impl (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Objects/clinic/
H A Dunicodeobject.c.h899 unicode_split_impl(PyObject *self, PyObject *sep, Py_ssize_t maxsplit);
938 return_value = unicode_split_impl(self, sep, maxsplit); in unicode_split()
/third_party/python/Objects/
H A Dunicodeobject.c13177 unicode_split_impl(PyObject *self, PyObject *sep, Py_ssize_t maxsplit) in unicode_split_impl() function

Completed in 21 milliseconds