Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dunicodeobject.h659 PyAPI_FUNC(PyObject*) PyUnicode_AsCharmapString(
/external/python/cpython3/PC/
Dpython3dll.c660 EXPORT_FUNC(PyUnicode_AsCharmapString)
/external/python/cpython3/Doc/data/
Dstable_abi.dat728 func,PyUnicode_AsCharmapString,3.2,,
Drefcounts.dat2607 PyUnicode_AsCharmapString:PyObject*::+1:
2608 PyUnicode_AsCharmapString:PyObject*:unicode:0:
2609 PyUnicode_AsCharmapString:PyObject*:mapping:0:
Dpython3.13.abi847 …<elf-symbol name='PyUnicode_AsCharmapString' type='func-type' binding='global-binding' visibility=…
10505PyUnicode_AsCharmapString' mangled-name='PyUnicode_AsCharmapString' filepath='Objects/unicodeobjec…
/external/python/cpython3/Modules/_testlimitedcapi/
Dunicode.c871 return PyUnicode_AsCharmapString(unicode, mapping); in unicode_ascharmapstring()
/external/python/cpython3/Misc/
Dstable_abi.toml1461 [function.PyUnicode_AsCharmapString]
/external/python/cpython3/Doc/c-api/
Dunicode.rst1273 .. c:function:: PyObject* PyUnicode_AsCharmapString(PyObject *unicode, PyObject *mapping)
/external/python/cpython3/Objects/
Dunicodeobject.c8664 PyUnicode_AsCharmapString(PyObject *unicode, in PyUnicode_AsCharmapString() function