Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dunicodeobject.h883 Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_EncodeLatin1(
/third_party/python/Doc/data/
Drefcounts.dat2588 PyUnicode_EncodeLatin1:PyObject*::+1:
2589 PyUnicode_EncodeLatin1:const Py_UNICODE*:s::
2590 PyUnicode_EncodeLatin1:Py_ssize_t:size::
2591 PyUnicode_EncodeLatin1:const char*:errors::
/third_party/python/Doc/c-api/
Dunicode.rst1397 .. c:function:: PyObject* PyUnicode_EncodeLatin1(const Py_UNICODE *s, Py_ssize_t size, const char *…
/third_party/python/Doc/whatsnew/
D3.3.rst2316 * :c:func:`PyUnicode_EncodeLatin1`: use :c:func:`PyUnicode_AsLatin1String`
/third_party/python/Objects/
Dunicodeobject.c7356 PyUnicode_EncodeLatin1(const Py_UNICODE *p, in PyUnicode_EncodeLatin1() function