Home
last modified time | relevance | path

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

/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(
/external/python/cpython3/Include/
Dunicodeobject.h684 PyAPI_FUNC(PyObject*) PyUnicode_AsCharmapString(
/external/python/cpython2/Doc/data/
Drefcounts.dat1631 PyUnicode_AsCharmapString:PyObject*::+1:
1632 PyUnicode_AsCharmapString:PyObject*:unicode:0:
1633 PyUnicode_AsCharmapString:PyObject*:mapping:0:
/external/python/cpython3/PC/
Dpython3dll.c606 EXPORT_FUNC(PyUnicode_AsCharmapString)
/external/python/cpython3/Doc/data/
Dstable_abi.dat681 function,PyUnicode_AsCharmapString,3.2,
Drefcounts.dat2621 PyUnicode_AsCharmapString:PyObject*::+1:
2622 PyUnicode_AsCharmapString:PyObject*:unicode:0:
2623 PyUnicode_AsCharmapString:PyObject*:mapping:0:
Dpython3.10.abi740 …<elf-symbol name='PyUnicode_AsCharmapString' type='func-type' binding='global-binding' visibility=…
11134PyUnicode_AsCharmapString' mangled-name='PyUnicode_AsCharmapString' filepath='Objects/unicodeobjec…
/external/python/cpython3/Misc/
Dstable_abi.txt1352 function PyUnicode_AsCharmapString
/external/python/cpython3/Doc/c-api/
Dunicode.rst1468 .. c:function:: PyObject* PyUnicode_AsCharmapString(PyObject *unicode, PyObject *mapping)
1489 :c:func:`PyUnicode_AsCharmapString` or
/external/python/cpython2/Doc/c-api/
Dunicode.rst904 .. c:function:: PyObject* PyUnicode_AsCharmapString(PyObject *unicode, PyObject *mapping)
/external/python/cpython2/Objects/
Dunicodeobject.c4834 PyObject *PyUnicode_AsCharmapString(PyObject *unicode, in PyUnicode_AsCharmapString() function
/external/python/cpython3/Objects/
Dunicodeobject.c9094 PyUnicode_AsCharmapString(PyObject *unicode, in PyUnicode_AsCharmapString() function