Home
last modified time | relevance | path

Searched refs:PyUnicode_AsCharmapString (Results 1 – 9 of 9) 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.h664 PyAPI_FUNC(PyObject*) PyUnicode_AsCharmapString(
/external/python/cpython3/PC/
Dpython3.def632 PyUnicode_AsCharmapString=python39.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/Doc/data/
Drefcounts.dat2644 PyUnicode_AsCharmapString:PyObject*::+1:
2645 PyUnicode_AsCharmapString:PyObject*:unicode:0:
2646 PyUnicode_AsCharmapString:PyObject*:mapping:0:
/external/python/cpython3/Doc/c-api/
Dunicode.rst1479 .. c:function:: PyObject* PyUnicode_AsCharmapString(PyObject *unicode, PyObject *mapping)
1500 :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.c8825 PyUnicode_AsCharmapString(PyObject *unicode, in PyUnicode_AsCharmapString() function