Searched refs:stringlib_split_whitespace (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython2/Objects/stringlib/ |
D | split.h | 57 stringlib_split_whitespace(PyObject* str_obj, in stringlib_split_whitespace() function
|
/external/python/cpython3/Objects/ |
D | bytearrayobject.c | 1371 return stringlib_split_whitespace((PyObject*) self, s, len, maxsplit); in bytearray_split_impl()
|
D | bytesobject.c | 1784 return stringlib_split_whitespace((PyObject*) self, s, len, maxsplit); in bytes_split_impl()
|
/external/python/cpython2/Objects/ |
D | bytearrayobject.c | 2096 return stringlib_split_whitespace((PyObject*) self, s, len, maxsplit); in bytearray_split()
|
D | bytesobject.c | 1791 return stringlib_split_whitespace((PyObject*) self, s, len, maxsplit); in bytes_split_impl()
|
D | stringobject.c | 1471 return stringlib_split_whitespace((PyObject*) self, s, len, maxsplit); in string_split()
|
D | unicodeobject.c | 5852 return stringlib_split_whitespace( in split()
|