Home
last modified time | relevance | path

Searched defs:PyUnicode_Concat (Results 1 – 2 of 2) 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.c6358 PyObject *PyUnicode_Concat(PyObject *left, in PyUnicode_Concat() function