Home
last modified time | relevance | path

Searched refs:PyUnicode_AppendAndDel (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/python/cpython3/Modules/_ctypes/
Dcallproc.c1029 PyUnicode_AppendAndDel(&s, cls_str); in _ctypes_extend_error()
1030 PyUnicode_AppendAndDel(&s, PyUnicode_FromString(": ")); in _ctypes_extend_error()
1037 PyUnicode_AppendAndDel(&s, msg_str); in _ctypes_extend_error()
1040 PyUnicode_AppendAndDel(&s, PyUnicode_FromString("???")); in _ctypes_extend_error()
/aosp_15_r20/external/python/cpython3/Python/
Ddynload_win.c303 PyUnicode_AppendAndDel(&message,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dunicodeobject.h831 PyAPI_FUNC(void) PyUnicode_AppendAndDel(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dunicodeobject.h831 PyAPI_FUNC(void) PyUnicode_AppendAndDel(
/aosp_15_r20/external/python/cpython3/Include/
Dunicodeobject.h831 PyAPI_FUNC(void) PyUnicode_AppendAndDel(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dunicodeobject.h831 PyAPI_FUNC(void) PyUnicode_AppendAndDel(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dunicodeobject.h831 PyAPI_FUNC(void) PyUnicode_AppendAndDel(
/aosp_15_r20/external/python/cpython3/Modules/_io/
Dtextio.c1936 PyUnicode_AppendAndDel(&result, decoded); in _io_TextIOWrapper_read_impl()
2900 PyUnicode_AppendAndDel(&res, s); in textiowrapper_repr()
2912 PyUnicode_AppendAndDel(&res, s); in textiowrapper_repr()
/aosp_15_r20/external/python/cpython3/Parser/
Dstring_parser.c1103 PyUnicode_AppendAndDel(&state->last_str, str); in _PyPegen_FstringParser_ConcatAndDel()
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c617 EXPORT_FUNC(PyUnicode_AppendAndDel)
/aosp_15_r20/external/python/cpython3/Doc/data/
Dstable_abi.dat699 function,PyUnicode_AppendAndDel,3.2,,
Dpython3.11.abi758 …<elf-symbol name='PyUnicode_AppendAndDel' type='func-type' binding='global-binding' visibility='de…
10341PyUnicode_AppendAndDel' mangled-name='PyUnicode_AppendAndDel' filepath='Objects/unicodeobject.c' l…
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml1440 [function.PyUnicode_AppendAndDel]
/aosp_15_r20/external/python/cpython3/Modules/
D_datetimemodule.c4427 PyUnicode_AppendAndDel(&result, PyUnicode_FromString(buf)); in time_isoformat()
5808 PyUnicode_AppendAndDel(&result, PyUnicode_FromString(buffer)); in datetime_isoformat()
/aosp_15_r20/external/python/cpython3/Objects/
Dunicodeobject.c11559 PyUnicode_AppendAndDel(PyObject **pleft, PyObject *right) in PyUnicode_AppendAndDel() function