Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dunicodeobject.h162 # define PyUnicode_Concat PyUnicodeUCS2_Concat macro
249 # define PyUnicode_Concat PyUnicodeUCS4_Concat macro
/external/python/cpython2/Objects/
Dunicodeobject.c6353 PyObject *PyUnicode_Concat(PyObject *left, in PyUnicode_Concat() function
/external/python/cpython3/Objects/
Dunicodeobject.c11473 PyUnicode_Concat(PyObject *left, PyObject *right) in PyUnicode_Concat() function