Searched refs:resunicode (Results 1 – 2 of 2) sorted by relevance
3576 PyObject *resunicode; in unicode_encode_call_errorhandler() local3599 &resunicode, newpos)) { in unicode_encode_call_errorhandler()3610 Py_INCREF(resunicode); in unicode_encode_call_errorhandler()3612 return resunicode; in unicode_encode_call_errorhandler()4897 PyObject *resunicode; in unicode_translate_call_errorhandler() local4920 &resunicode, &i_newpos)) { in unicode_translate_call_errorhandler()4933 Py_INCREF(resunicode); in unicode_translate_call_errorhandler()4935 return resunicode; in unicode_translate_call_errorhandler()
6675 PyObject *resunicode; in unicode_encode_call_errorhandler() local6702 &resunicode, newpos)) { in unicode_encode_call_errorhandler()6706 if (!PyUnicode_Check(resunicode) && !PyBytes_Check(resunicode)) { in unicode_encode_call_errorhandler()6718 Py_INCREF(resunicode); in unicode_encode_call_errorhandler()6720 return resunicode; in unicode_encode_call_errorhandler()8676 PyObject *resunicode; in unicode_translate_call_errorhandler() local8699 &resunicode, &i_newpos)) { in unicode_translate_call_errorhandler()8712 Py_INCREF(resunicode); in unicode_translate_call_errorhandler()8714 return resunicode; in unicode_translate_call_errorhandler()