Home
last modified time | relevance | path

Searched refs:PyUnicode_AsCharmapString (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/python/cpython2/Include/
Dunicodeobject.h149 # define PyUnicode_AsCharmapString PyUnicodeUCS2_AsCharmapString macro
236 # define PyUnicode_AsCharmapString PyUnicodeUCS4_AsCharmapString macro
1043 PyAPI_FUNC(PyObject*) PyUnicode_AsCharmapString(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dunicodeobject.h680 PyAPI_FUNC(PyObject*) PyUnicode_AsCharmapString(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dunicodeobject.h680 PyAPI_FUNC(PyObject*) PyUnicode_AsCharmapString(
/aosp_15_r20/external/python/cpython3/Include/
Dunicodeobject.h680 PyAPI_FUNC(PyObject*) PyUnicode_AsCharmapString(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dunicodeobject.h680 PyAPI_FUNC(PyObject*) PyUnicode_AsCharmapString(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dunicodeobject.h680 PyAPI_FUNC(PyObject*) PyUnicode_AsCharmapString(
/aosp_15_r20/external/python/cpython2/Doc/data/
Drefcounts.dat1631 PyUnicode_AsCharmapString:PyObject*::+1:
1632 PyUnicode_AsCharmapString:PyObject*:unicode:0:
1633 PyUnicode_AsCharmapString:PyObject*:mapping:0:
/aosp_15_r20/external/python/cpython3/Doc/data/
Drefcounts.dat2569 PyUnicode_AsCharmapString:PyObject*::+1:
2570 PyUnicode_AsCharmapString:PyObject*:unicode:0:
2571 PyUnicode_AsCharmapString:PyObject*:mapping:0:
Dstable_abi.dat701 function,PyUnicode_AsCharmapString,3.2,,
Dpython3.11.abi760 …<elf-symbol name='PyUnicode_AsCharmapString' type='func-type' binding='global-binding' visibility=…
10481PyUnicode_AsCharmapString' mangled-name='PyUnicode_AsCharmapString' filepath='Objects/unicodeobjec…
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c619 EXPORT_FUNC(PyUnicode_AsCharmapString)
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml1444 [function.PyUnicode_AsCharmapString]
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Dunicode.rst904 .. c:function:: PyObject* PyUnicode_AsCharmapString(PyObject *unicode, PyObject *mapping)
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dunicode.rst1329 .. c:function:: PyObject* PyUnicode_AsCharmapString(PyObject *unicode, PyObject *mapping)
/aosp_15_r20/external/python/cpython2/Objects/
Dunicodeobject.c4834 PyObject *PyUnicode_AsCharmapString(PyObject *unicode, in PyUnicode_AsCharmapString() function
/aosp_15_r20/external/python/cpython3/Objects/
Dunicodeobject.c8887 PyUnicode_AsCharmapString(PyObject *unicode, in PyUnicode_AsCharmapString() function