Home
last modified time | relevance | path

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

/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