Searched refs:PyCodec_Encode (Results 1 - 7 of 7) sorted by relevance

/external/python/cpython2/Include/
H A Dcodecs.h62 PyAPI_FUNC(PyObject *) PyCodec_Encode(
/external/python/cpython3/Include/
H A Dcodecs.h79 PyAPI_FUNC(PyObject *) PyCodec_Encode(
/external/python/cpython3/Modules/
H A D_codecsmodule.c111 return PyCodec_Encode(obj, encoding, errors);
/external/python/cpython2/Modules/
H A D_codecsmodule.c108 return PyCodec_Encode(v, encoding, errors);
/external/python/cpython2/Python/
H A Dcodecs.c425 PyObject *PyCodec_Encode(PyObject *object, function
/external/python/cpython3/Python/
H A Dcodecs.c498 PyObject *PyCodec_Encode(PyObject *object, function
/external/python/cpython3/Objects/
H A Dunicodeobject.c3326 "or PyCodec_Encode() for generic encoding", 1) < 0)
3333 v = PyCodec_Encode(unicode, encoding, errors);
3656 "use PyCodec_Encode() to encode from str to str", 1) < 0)
3663 v = PyCodec_Encode(unicode, encoding, errors);

Completed in 916 milliseconds