Searched refs:PyUnicode_EncodeUTF8 (Results 1 – 13 of 13) sorted by relevance
| /external/python/cpython2/Include/ |
| D | unicodeobject.h | 185 # define PyUnicode_EncodeUTF8 PyUnicodeUCS2_EncodeUTF8 macro 272 # define PyUnicode_EncodeUTF8 PyUnicodeUCS4_EncodeUTF8 macro 767 PyAPI_FUNC(PyObject*) PyUnicode_EncodeUTF8(
|
| /external/python/cpython2/Doc/data/ |
| D | refcounts.dat | 1544 PyUnicode_EncodeUTF8:PyObject*::+1: 1545 PyUnicode_EncodeUTF8:const Py_UNICODE*:s:: 1546 PyUnicode_EncodeUTF8:int:size:: 1547 PyUnicode_EncodeUTF8:const char*:errors::
|
| /external/python/cpython3/Include/cpython/ |
| D | unicodeobject.h | 780 Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_EncodeUTF8(
|
| /external/python/cpython3/Doc/data/ |
| D | refcounts.dat | 2507 PyUnicode_EncodeUTF8:PyObject*::+1: 2508 PyUnicode_EncodeUTF8:const Py_UNICODE*:s:: 2509 PyUnicode_EncodeUTF8:Py_ssize_t:size:: 2510 PyUnicode_EncodeUTF8:const char*:errors::
|
| D | python3.10.abi | 796 …<elf-symbol name='PyUnicode_EncodeUTF8' type='func-type' binding='global-binding' visibility='defa… 11315 …PyUnicode_EncodeUTF8' mangled-name='PyUnicode_EncodeUTF8' filepath='Objects/unicodeobject.c' line=…
|
| /external/python/cpython2/Modules/ |
| D | _codecsmodule.c | 698 v = codec_tuple(PyUnicode_EncodeUTF8(PyUnicode_AS_UNICODE(str), in utf_8_encode()
|
| /external/python/cpython2/Objects/ |
| D | unicodeobject.c | 2151 PyUnicode_EncodeUTF8(const Py_UNICODE *s, in PyUnicode_EncodeUTF8() function 2252 return PyUnicode_EncodeUTF8(PyUnicode_AS_UNICODE(unicode), in PyUnicode_AsUTF8String() 8452 key = PyUnicode_EncodeUTF8(keystart, in PyUnicode_Format()
|
| /external/python/cpython2/Modules/_io/ |
| D | textio.c | 791 return PyUnicode_EncodeUTF8(PyUnicode_AS_UNICODE(text), in utf8_encode()
|
| /external/python/cpython2/Doc/c-api/ |
| D | unicode.rst | 506 .. c:function:: PyObject* PyUnicode_EncodeUTF8(const Py_UNICODE *s, Py_ssize_t size, const char *er…
|
| /external/python/cpython3/Doc/c-api/ |
| D | unicode.rst | 1117 .. c:function:: PyObject* PyUnicode_EncodeUTF8(const Py_UNICODE *s, Py_ssize_t size, const char *er…
|
| /external/python/cpython3/Doc/whatsnew/ |
| D | 3.3.rst | 2308 * :c:func:`PyUnicode_EncodeUTF8`: use :c:func:`PyUnicode_AsUTF8` or
|
| /external/python/cpython3/Objects/ |
| D | unicodeobject.c | 5726 PyUnicode_EncodeUTF8(const Py_UNICODE *s, in PyUnicode_EncodeUTF8() function
|
| /external/python/cpython3/Misc/ |
| D | HISTORY | 12799 - Issue #8092: Fix PyUnicode_EncodeUTF8() to support error handler producing
|