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.c68 if (PyErr_ExceptionMatches(PyExc_UnicodeEncodeError)) { in get_encoded_name()
Dsysmodule.c706 if (_PyErr_ExceptionMatches(tstate, PyExc_UnicodeEncodeError)) { in sys_displayhook()
/third_party/python/Include/
Dpyerrors.h113 PyAPI_DATA(PyObject *) PyExc_UnicodeEncodeError;
/third_party/python/PC/
Dpython3dll.c830 EXPORT_DATA(PyExc_UnicodeEncodeError)
/third_party/python/Doc/data/
Dstable_abi.dat258 var,PyExc_UnicodeEncodeError,3.2,,
/third_party/python/Modules/
D_datetimemodule.c2926 if (PyErr_ExceptionMatches(PyExc_UnicodeEncodeError)) { in date_new()
4271 if (PyErr_ExceptionMatches(PyExc_UnicodeEncodeError)) { in time_new()
4951 if (PyErr_ExceptionMatches(PyExc_UnicodeEncodeError)) { in datetime_new()
5453 if (PyErr_ExceptionMatches(PyExc_UnicodeEncodeError)) { in datetime_fromisoformat()
D_pickle.c3800 if (PyErr_ExceptionMatches(PyExc_UnicodeEncodeError)) in save_global()
3819 if (PyErr_ExceptionMatches(PyExc_UnicodeEncodeError)) in save_global()
D_ssl.c4093 if (PyErr_ExceptionMatches(PyExc_UnicodeEncodeError)) { in _ssl__SSLContext_load_verify_locations_impl()
/third_party/python/Doc/c-api/
Dexceptions.rst903 single: PyExc_UnicodeEncodeError
1008 | :c:data:`PyExc_UnicodeEncodeError` | :exc:`UnicodeEncodeError` | |
/third_party/python/Modules/cjkcodecs/
Dmultibytecodec.c303 buf->excobj = PyObject_CallFunction(PyExc_UnicodeEncodeError, in multibytecodec_encerror()
/third_party/python/Tools/c-analyzer/
DTODO715 Objects/exceptions.c:PyExc_UnicodeEncodeError static PyTypeObject PyExc_UnicodeE…
/third_party/python/Misc/
Dstable_abi.toml784 [data.PyExc_UnicodeEncodeError]
/third_party/python/Objects/
Dexceptions.c2965 PyObject *PyExc_UnicodeEncodeError = (PyObject *)&_PyExc_UnicodeEncodeError; variable
Dunicodeobject.c3754 exc = PyObject_CallFunction(PyExc_UnicodeEncodeError, "sOnns", in unicode_encode_locale()
6955 PyExc_UnicodeEncodeError, "sOnns", in make_encode_exception()
/third_party/python/Tools/c-analyzer/cpython/
Dglobals-to-fix.tsv242 Objects/exceptions.c - PyExc_UnicodeEncodeError -