Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dunicodeobject.h201 # define PyUnicode_Join PyUnicodeUCS2_Join macro
288 # define PyUnicode_Join PyUnicodeUCS4_Join macro
/external/python/cpython2/Objects/
Dunicodeobject.c5644 PyUnicode_Join(PyObject *separator, PyObject *seq) in PyUnicode_Join() function
/external/python/cpython3/Objects/
Dunicodeobject.c9893 PyUnicode_Join(PyObject *separator, PyObject *seq) in PyUnicode_Join() function