Home
last modified time | relevance | path

Searched refs:PyUnicode_Append (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Include/
Dunicodeobject.h827 PyAPI_FUNC(void) PyUnicode_Append(
/third_party/python/Doc/data/
Dstable_abi.dat678 function,PyUnicode_Append,3.2,
/third_party/python/PC/
Dpython3dll.c603 EXPORT_FUNC(PyUnicode_Append)
/third_party/python/Modules/cjkcodecs/
Dmultibytecodec.c795 PyUnicode_Append(&inbuf_tmp, unistr); in encoder_encode_stateful()
/third_party/python/Misc/
Dstable_abi.txt1346 function PyUnicode_Append
/third_party/python/Python/
Dceval.c6365 PyUnicode_Append(&res, w); in unicode_concatenate()
Dcompile.c804 PyUnicode_Append(&name, u->u_name); in compiler_set_qualname()
/third_party/python/Objects/
Dunicodeobject.c11791 PyUnicode_Append(PyObject **p_left, PyObject *right) in PyUnicode_Append() function
11876 PyUnicode_Append(pleft, right); in PyUnicode_AppendAndDel()