Home
last modified time | relevance | path

Searched refs:PyUnicode_EncodeCharmap (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Doc/data/
Drefcounts.dat2615 PyUnicode_EncodeCharmap:PyObject*::+1:
2616 PyUnicode_EncodeCharmap:const Py_UNICODE*:s::
2617 PyUnicode_EncodeCharmap:Py_ssize_t:size::
2618 PyUnicode_EncodeCharmap:PyObject*:mapping:0:
2619 PyUnicode_EncodeCharmap:const char*:errors::
/third_party/python/Include/cpython/
Dunicodeobject.h903 Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_EncodeCharmap(
/third_party/python/Doc/c-api/
Dunicode.rst1480 .. c:function:: PyObject* PyUnicode_EncodeCharmap(const Py_UNICODE *s, Py_ssize_t size, \
/third_party/python/Doc/whatsnew/
D3.3.rst2318 * :c:func:`PyUnicode_EncodeCharmap`
/third_party/python/Objects/
Dunicodeobject.c9079 PyUnicode_EncodeCharmap(const Py_UNICODE *p, in PyUnicode_EncodeCharmap() function