Home
last modified time | relevance | path

Searched refs:PyUnicode_EncodeUTF8 (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Include/
Dunicodeobject.h185 # define PyUnicode_EncodeUTF8 PyUnicodeUCS2_EncodeUTF8 macro
272 # define PyUnicode_EncodeUTF8 PyUnicodeUCS4_EncodeUTF8 macro
767 PyAPI_FUNC(PyObject*) PyUnicode_EncodeUTF8(
/external/python/cpython2/Doc/data/
Drefcounts.dat1544 PyUnicode_EncodeUTF8:PyObject*::+1:
1545 PyUnicode_EncodeUTF8:const Py_UNICODE*:s::
1546 PyUnicode_EncodeUTF8:int:size::
1547 PyUnicode_EncodeUTF8:const char*:errors::
/external/python/cpython2/Modules/
D_codecsmodule.c698 v = codec_tuple(PyUnicode_EncodeUTF8(PyUnicode_AS_UNICODE(str), in utf_8_encode()
/external/python/cpython2/Objects/
Dunicodeobject.c2151 PyUnicode_EncodeUTF8(const Py_UNICODE *s, in PyUnicode_EncodeUTF8() function
2252 return PyUnicode_EncodeUTF8(PyUnicode_AS_UNICODE(unicode), in PyUnicode_AsUTF8String()
8456 key = PyUnicode_EncodeUTF8(keystart, in PyUnicode_Format()
/external/python/cpython2/Modules/_io/
Dtextio.c789 return PyUnicode_EncodeUTF8(PyUnicode_AS_UNICODE(text), in utf8_encode()
/external/python/cpython2/Doc/c-api/
Dunicode.rst506 .. c:function:: PyObject* PyUnicode_EncodeUTF8(const Py_UNICODE *s, Py_ssize_t size, const char *er…