Home
last modified time | relevance | path

Searched defs:seplen (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Objects/stringlib/
Djoin.h11 const Py_ssize_t seplen = STRINGLIB_LEN(sep); in STRINGLIB() local
/external/python/cpython2/Modules/
Dstropmodule.c171 Py_ssize_t seqlen, seplen = 0; in strop_joinfields() local
/external/python/cpython2/Objects/
Dstringobject.c1590 const Py_ssize_t seplen = PyString_GET_SIZE(self); in string_join() local
1827 Py_ssize_t seplen = PyString_GET_SIZE(sepobj); in do_xstrip() local
Dunicodeobject.c5649 Py_ssize_t seplen = 1; in PyUnicode_Join() local
7072 Py_ssize_t seplen = PyUnicode_GET_SIZE(sepobj); in _PyUnicode_XStrip() local
/external/python/cpython3/Objects/
Dbytesobject.c1937 Py_ssize_t seplen; in do_xstrip() local
Dunicodeobject.c9923 Py_ssize_t seplen; in _PyUnicode_JoinArray() local
12247 Py_ssize_t seplen; in _PyUnicode_XStrip() local