Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/stringlib/
Dsplit.h54 STRINGLIB(split_whitespace)(PyObject* str_obj, in STRINGLIB() argument
/external/python/cpython2/Modules/
Dstropmodule.c30 split_whitespace(char *s, Py_ssize_t len, Py_ssize_t maxsplit) in split_whitespace() function
112 return split_whitespace(s, len, maxsplit); in strop_splitfields()