Home
last modified time | relevance | path

Searched refs:PyExc_UnicodeEncodeError (Results 1 – 16 of 16) sorted by relevance

/third_party/python/Python/
Dcodecs.c679 if (PyObject_TypeCheck(exc, (PyTypeObject *)PyExc_UnicodeEncodeError)) { in PyCodec_IgnoreErrors()
703 if (PyObject_TypeCheck(exc, (PyTypeObject *)PyExc_UnicodeEncodeError)) { in PyCodec_ReplaceErrors()
754 if (PyObject_TypeCheck(exc, (PyTypeObject *)PyExc_UnicodeEncodeError)) { in PyCodec_XMLCharRefReplaceErrors()
888 if (PyObject_TypeCheck(exc, (PyTypeObject *)PyExc_UnicodeEncodeError)) { in PyCodec_BackslashReplaceErrors()
961 if (PyObject_TypeCheck(exc, (PyTypeObject *)PyExc_UnicodeEncodeError)) { in PyCodec_NameReplaceErrors()
1135 if (PyObject_TypeCheck(exc, (PyTypeObject *)PyExc_UnicodeEncodeError)) { in PyCodec_SurrogatePassErrors()
1295 if (PyObject_TypeCheck(exc, (PyTypeObject *)PyExc_UnicodeEncodeError)) { in PyCodec_SurrogateEscapeErrors()
Dimportdl.c66 if (PyErr_ExceptionMatches(PyExc_UnicodeEncodeError)) { in get_encoded_name()
Dsysmodule.c727 if (_PyErr_ExceptionMatches(tstate, PyExc_UnicodeEncodeError)) { in sys_displayhook()
/third_party/python/Include/
Dpyerrors.h106 PyAPI_DATA(PyObject *) PyExc_UnicodeEncodeError;
/third_party/python/Doc/c-api/
Dexceptions.rst687 ``PyObject_CallFunction(PyExc_UnicodeEncodeError, "sOnns", ...)``.
882 single: PyExc_UnicodeEncodeError
987 | :c:data:`PyExc_UnicodeEncodeError` | :exc:`UnicodeEncodeError` | |
/third_party/python/Doc/data/
Dstable_abi.dat247 var,PyExc_UnicodeEncodeError,3.2,
/third_party/python/PC/
Dpython3dll.c814 EXPORT_DATA(PyExc_UnicodeEncodeError)
/third_party/python/Modules/
D_datetimemodule.c2829 if (PyErr_ExceptionMatches(PyExc_UnicodeEncodeError)) { in date_new()
4212 if (PyErr_ExceptionMatches(PyExc_UnicodeEncodeError)) { in time_new()
4884 if (PyErr_ExceptionMatches(PyExc_UnicodeEncodeError)) { in datetime_new()
5254 if (PyErr_ExceptionMatches(PyExc_UnicodeEncodeError)) { in datetime_fromisoformat()
D_pickle.c3778 if (PyErr_ExceptionMatches(PyExc_UnicodeEncodeError)) in save_global()
3797 if (PyErr_ExceptionMatches(PyExc_UnicodeEncodeError)) in save_global()
D_ssl.c4055 if (PyErr_ExceptionMatches(PyExc_UnicodeEncodeError)) { in _ssl__SSLContext_load_verify_locations_impl()
/third_party/python/Objects/
Dexceptions.c2115 PyObject *PyExc_UnicodeEncodeError = (PyObject *)&_PyExc_UnicodeEncodeError; variable
2122 return PyObject_CallFunction(PyExc_UnicodeEncodeError, "su#nns", in PyUnicodeEncodeError_Create()
Dunicodeobject.c3824 exc = PyObject_CallFunction(PyExc_UnicodeEncodeError, "sOnns", in unicode_encode_locale()
7091 PyExc_UnicodeEncodeError, "sOnns", in make_encode_exception()
/third_party/python/Modules/cjkcodecs/
Dmultibytecodec.c304 buf->excobj = PyObject_CallFunction(PyExc_UnicodeEncodeError, in multibytecodec_encerror()
/third_party/python/Misc/
Dstable_abi.txt692 data PyExc_UnicodeEncodeError
/third_party/python/Tools/c-analyzer/
DTODO767 Objects/exceptions.c:PyExc_UnicodeEncodeError static PyTypeObject PyExc_UnicodeE…
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv1782 Objects/exceptions.c - PyExc_UnicodeEncodeError -