Searched refs:resunicode (Results 1 – 2 of 2) sorted by relevance
3569 PyObject *resunicode; in unicode_encode_call_errorhandler() local3592 &resunicode, newpos)) { in unicode_encode_call_errorhandler()3603 Py_INCREF(resunicode); in unicode_encode_call_errorhandler()3605 return resunicode; in unicode_encode_call_errorhandler()4890 PyObject *resunicode; in unicode_translate_call_errorhandler() local4913 &resunicode, &i_newpos)) { in unicode_translate_call_errorhandler()4926 Py_INCREF(resunicode); in unicode_translate_call_errorhandler()4928 return resunicode; in unicode_translate_call_errorhandler()
3525 PyObject *resunicode; in unicode_encode_call_errorhandler() local3548 &resunicode, newpos)) { in unicode_encode_call_errorhandler()3559 Py_INCREF(resunicode); in unicode_encode_call_errorhandler()3561 return resunicode; in unicode_encode_call_errorhandler()4797 PyObject *resunicode; in unicode_translate_call_errorhandler() local4820 &resunicode, &i_newpos)) { in unicode_translate_call_errorhandler()4833 Py_INCREF(resunicode); in unicode_translate_call_errorhandler()4835 return resunicode; in unicode_translate_call_errorhandler()