Home
last modified time | relevance | path

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

/third_party/python/Doc/data/
Drefcounts.dat2528 PyUnicode_EncodeUTF16:PyObject*::+1:
2529 PyUnicode_EncodeUTF16:const Py_UNICODE*:s::
2530 PyUnicode_EncodeUTF16:Py_ssize_t:size::
2531 PyUnicode_EncodeUTF16:const char*:errors::
2532 PyUnicode_EncodeUTF16:int:byteorder::
/third_party/python/Include/cpython/
Dunicodeobject.h822 Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_EncodeUTF16(
/third_party/python/Doc/c-api/
Dunicode.rst1253 .. c:function:: PyObject* PyUnicode_EncodeUTF16(const Py_UNICODE *s, Py_ssize_t size, \
/third_party/python/Doc/whatsnew/
D3.3.rst2311 * :c:func:`PyUnicode_EncodeUTF16`
/third_party/python/Objects/
Dunicodeobject.c6403 PyUnicode_EncodeUTF16(const Py_UNICODE *s, in PyUnicode_EncodeUTF16() function