Home
last modified time | relevance | path

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

/aosp_15_r20/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()
461 Py_XDECREF(error_handler_obj); in STRINGLIB()
469 Py_XDECREF(error_handler_obj); in STRINGLIB()
/aosp_15_r20/external/python/cpython3/Objects/
Dunicodeobject.c5133 PyObject *error_handler_obj = NULL; in unicode_decode_utf8() local
5217 errors, &error_handler_obj, in unicode_decode_utf8()
5229 Py_XDECREF(error_handler_obj); in unicode_decode_utf8()
5234 Py_XDECREF(error_handler_obj); in unicode_decode_utf8()
7060 PyObject *error_handler_obj = NULL; in unicode_encode_ucs1() local
7158 rep = unicode_encode_call_errorhandler(errors, &error_handler_obj, in unicode_encode_ucs1()
7217 Py_XDECREF(error_handler_obj); in unicode_encode_ucs1()
7224 Py_XDECREF(error_handler_obj); in unicode_encode_ucs1()
7263 PyObject *error_handler_obj = NULL; in PyUnicode_DecodeASCII() local
7335 errors, &error_handler_obj, in PyUnicode_DecodeASCII()
[all …]