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.h268 PyObject *error_handler_obj = NULL; in STRINGLIB() local
384 errors, &error_handler_obj, "utf-8", "surrogates not allowed", in STRINGLIB()
449 Py_XDECREF(error_handler_obj); in STRINGLIB()
457 Py_XDECREF(error_handler_obj); in STRINGLIB()
/external/python/cpython3/Objects/
Dunicodeobject.c4837 PyObject *error_handler_obj = NULL; in PyUnicode_DecodeUTF8Stateful() local
4935 errors, &error_handler_obj, in PyUnicode_DecodeUTF8Stateful()
4947 Py_XDECREF(error_handler_obj); in PyUnicode_DecodeUTF8Stateful()
4952 Py_XDECREF(error_handler_obj); in PyUnicode_DecodeUTF8Stateful()
6736 PyObject *error_handler_obj = NULL; in unicode_encode_ucs1() local
6834 rep = unicode_encode_call_errorhandler(errors, &error_handler_obj, in unicode_encode_ucs1()
6882 Py_XDECREF(error_handler_obj); in unicode_encode_ucs1()
6889 Py_XDECREF(error_handler_obj); in unicode_encode_ucs1()
6949 PyObject *error_handler_obj = NULL; in PyUnicode_DecodeASCII() local
7015 errors, &error_handler_obj, in PyUnicode_DecodeASCII()
[all …]