Home
last modified time | relevance | path

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

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