Home
last modified time | relevance | path

Searched refs:PyUnicode_AsCharmapString (Results 1 – 4 of 4) 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/cpython2/Doc/data/
Drefcounts.dat1631 PyUnicode_AsCharmapString:PyObject*::+1:
1632 PyUnicode_AsCharmapString:PyObject*:unicode:0:
1633 PyUnicode_AsCharmapString:PyObject*:mapping:0:
/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