Home
last modified time | relevance | path

Searched refs:stringlib_split (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/python/cpython2/Objects/stringlib/
Dsplit.h148 stringlib_split(PyObject* str_obj, in stringlib_split() function
/aosp_15_r20/external/python/cpython3/Objects/
Dbytearrayobject.c1458 list = stringlib_split( in bytearray_split_impl()
Dbytesobject.c1746 list = stringlib_split((PyObject*) self, s, len, sub, n, maxsplit); in bytes_split_impl()
/aosp_15_r20/external/python/cpython2/Objects/
Dbytesobject.c1797 list = stringlib_split((PyObject*) self, s, len, sub, n, maxsplit); in bytes_split_impl()
Dbytearrayobject.c2103 list = stringlib_split( in bytearray_split()
Dstringobject.c1483 return stringlib_split((PyObject*) self, s, len, sub, n, maxsplit); in string_split()
Dunicodeobject.c5856 return stringlib_split( in split()