Home
last modified time | relevance | path

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

/third_party/python/Include/
Dunicodeobject.h684 PyAPI_FUNC(PyObject*) PyUnicode_AsCharmapString(
/third_party/python/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:
/third_party/python/PC/
Dpython3dll.c606 EXPORT_FUNC(PyUnicode_AsCharmapString)
/third_party/python/Misc/
Dstable_abi.txt1352 function PyUnicode_AsCharmapString
/third_party/python/Doc/c-api/
Dunicode.rst1468 .. c:function:: PyObject* PyUnicode_AsCharmapString(PyObject *unicode, PyObject *mapping)
1489 :c:func:`PyUnicode_AsCharmapString` or
/third_party/python/Objects/
Dunicodeobject.c9094 PyUnicode_AsCharmapString(PyObject *unicode, in PyUnicode_AsCharmapString() function