Home
last modified time | relevance | path

Searched refs:PyCodec_Encode (Results 1 – 15 of 15) sorted by relevance

/external/python/cpython2/Include/
Dcodecs.h62 PyAPI_FUNC(PyObject *) PyCodec_Encode(
/external/python/cpython3/Include/
Dcodecs.h87 PyAPI_FUNC(PyObject *) PyCodec_Encode(
/external/python/cpython2/Doc/c-api/
Dcodec.rst18 .. c:function:: PyObject* PyCodec_Encode(PyObject *object, const char *encoding, const char *errors)
/external/python/cpython3/Doc/c-api/
Dcodec.rst26 .. c:function:: PyObject* PyCodec_Encode(PyObject *object, const char *encoding, const char *errors)
/external/python/cpython3/Modules/
D_codecsmodule.c131 return PyCodec_Encode(obj, encoding, errors); in _codecs_encode_impl()
/external/python/cpython2/Python/
Dcodecs.c425 PyObject *PyCodec_Encode(PyObject *object, in PyCodec_Encode() function
/external/python/cpython3/Doc/data/
Drefcounts.dat283 PyCodec_Encode:PyObject*::+1:
284 PyCodec_Encode:PyObject*:object:0:
285 PyCodec_Encode:const char*:encoding::
286 PyCodec_Encode:const char*:errors::
Dstable_abi.dat65 function,PyCodec_Encode,3.2,
Dpython3.10.abi78 …<elf-symbol name='PyCodec_Encode' type='func-type' binding='global-binding' visibility='default-vi…
11797 …<function-decl name='PyCodec_Encode' mangled-name='PyCodec_Encode' filepath='./Include/codecs.h' l…
13103PyCodec_Encode' mangled-name='PyCodec_Encode' filepath='Python/codecs.c' line='494' column='1' vis…
/external/python/cpython2/Modules/
D_codecsmodule.c108 return PyCodec_Encode(v, encoding, errors); in codec_encode()
/external/python/cpython2/PC/os2emx/
Dpython27.def874 "PyCodec_Encode"
/external/python/cpython3/PC/
Dpython3dll.c143 EXPORT_FUNC(PyCodec_Encode)
/external/python/cpython3/Python/
Dcodecs.c494 PyObject *PyCodec_Encode(PyObject *object, in PyCodec_Encode() function
/external/python/cpython3/Misc/
Dstable_abi.txt408 function PyCodec_Encode
/external/python/cpython3/Objects/
Dunicodeobject.c3788 v = PyCodec_Encode(unicode, encoding, errors); in PyUnicode_AsEncodedObject()
4010 v = PyCodec_Encode(unicode, encoding, errors); in PyUnicode_AsEncodedUnicode()