Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dpyerrors.h299 PyAPI_FUNC(int) PyUnicodeDecodeError_SetReason(
/external/python/cpython2/PC/os2emx/
Dpython27.def777 "PyUnicodeDecodeError_SetReason"
/external/python/cpython2/Modules/cjkcodecs/
Dmultibytecodec.c419 PyUnicodeDecodeError_SetReason(buf->excobj, reason)) in multibytecodec_decerror()
/external/python/cpython2/Objects/
Dexceptions.c1538 PyUnicodeDecodeError_SetReason(PyObject *exc, const char *reason) in PyUnicodeDecodeError_SetReason() function
Dunicodeobject.c1493 if (PyUnicodeDecodeError_SetReason(*exceptionObject, reason)) in unicode_decode_call_errorhandler()
/external/python/cpython2/Doc/c-api/
Dexceptions.rst480 .. c:function:: int PyUnicodeDecodeError_SetReason(PyObject *exc, const char *reason)