Searched refs:PyUnicode_EncodeUTF16 (Results 1 – 12 of 12) sorted by relevance
/external/python/cpython2/Include/ |
D | unicodeobject.h | 184 # define PyUnicode_EncodeUTF16 PyUnicodeUCS2_EncodeUTF16 macro 271 # define PyUnicode_EncodeUTF16 PyUnicodeUCS4_EncodeUTF16 macro 918 PyAPI_FUNC(PyObject*) PyUnicode_EncodeUTF16(
|
/external/python/cpython2/Modules/ |
D | _codecsmodule.c | 728 v = codec_tuple(PyUnicode_EncodeUTF16(PyUnicode_AS_UNICODE(str), in utf_16_encode() 751 v = codec_tuple(PyUnicode_EncodeUTF16(PyUnicode_AS_UNICODE(str), in utf_16_le_encode() 774 v = codec_tuple(PyUnicode_EncodeUTF16(PyUnicode_AS_UNICODE(str), in utf_16_be_encode()
|
/external/python/cpython2/Doc/data/ |
D | refcounts.dat | 1558 PyUnicode_EncodeUTF16:PyObject*::+1: 1559 PyUnicode_EncodeUTF16:const Py_UNICODE*:s:: 1560 PyUnicode_EncodeUTF16:int:size:: 1561 PyUnicode_EncodeUTF16:const char*:errors:: 1562 PyUnicode_EncodeUTF16:int:byteorder::
|
/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 2528 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::
|
D | python3.10.abi | 793 …<elf-symbol name='PyUnicode_EncodeUTF16' type='func-type' binding='global-binding' visibility='def… 11251 …PyUnicode_EncodeUTF16' mangled-name='PyUnicode_EncodeUTF16' filepath='Objects/unicodeobject.c' lin…
|
/external/python/cpython2/Modules/_io/ |
D | textio.c | 727 return PyUnicode_EncodeUTF16(PyUnicode_AS_UNICODE(text), in utf16be_encode() 735 return PyUnicode_EncodeUTF16(PyUnicode_AS_UNICODE(text), in utf16le_encode() 751 return PyUnicode_EncodeUTF16(PyUnicode_AS_UNICODE(text), in utf16_encode()
|
/external/python/cpython3/Include/cpython/ |
D | unicodeobject.h | 822 Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_EncodeUTF16(
|
/external/python/cpython2/Objects/ |
D | unicodeobject.c | 2711 PyUnicode_EncodeUTF16(const Py_UNICODE *s, in PyUnicode_EncodeUTF16() function 2795 return PyUnicode_EncodeUTF16(PyUnicode_AS_UNICODE(unicode), in PyUnicode_AsUTF16String()
|
/external/python/cpython2/Doc/c-api/ |
D | unicode.rst | 652 .. c:function:: PyObject* PyUnicode_EncodeUTF16(const Py_UNICODE *s, Py_ssize_t size, const char *e…
|
/external/python/cpython3/Doc/c-api/ |
D | unicode.rst | 1253 .. c:function:: PyObject* PyUnicode_EncodeUTF16(const Py_UNICODE *s, Py_ssize_t size, \
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.3.rst | 2311 * :c:func:`PyUnicode_EncodeUTF16`
|
/external/python/cpython3/Objects/ |
D | unicodeobject.c | 6403 PyUnicode_EncodeUTF16(const Py_UNICODE *s, in PyUnicode_EncodeUTF16() function
|