Home
last modified time | relevance | path

Searched refs:error_handler_obj (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Objects/stringlib/
Dcodecs.h271 PyObject *error_handler_obj = NULL; in STRINGLIB() local
385 errors, &error_handler_obj, "utf-8", "surrogates not allowed", in STRINGLIB()
450 Py_XDECREF(error_handler_obj); in STRINGLIB()
458 Py_XDECREF(error_handler_obj); in STRINGLIB()
/external/python/cpython3/Objects/
Dunicodeobject.c5219 PyObject *error_handler_obj = NULL; in unicode_decode_utf8() local
5303 errors, &error_handler_obj, in unicode_decode_utf8()
5315 Py_XDECREF(error_handler_obj); in unicode_decode_utf8()
5320 Py_XDECREF(error_handler_obj); in unicode_decode_utf8()
7196 PyObject *error_handler_obj = NULL; in unicode_encode_ucs1() local
7294 rep = unicode_encode_call_errorhandler(errors, &error_handler_obj, in unicode_encode_ucs1()
7342 Py_XDECREF(error_handler_obj); in unicode_encode_ucs1()
7349 Py_XDECREF(error_handler_obj); in unicode_encode_ucs1()
7403 PyObject *error_handler_obj = NULL; in PyUnicode_DecodeASCII() local
7475 errors, &error_handler_obj, in PyUnicode_DecodeASCII()
[all …]