Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dunicodeobject.c7136 PyObject *resunicode; in unicode_encode_call_errorhandler() local
7162 &resunicode, newpos)) { in unicode_encode_call_errorhandler()
7166 if (!PyUnicode_Check(resunicode) && !PyBytes_Check(resunicode)) { in unicode_encode_call_errorhandler()
7178 Py_INCREF(resunicode); in unicode_encode_call_errorhandler()
7180 return resunicode; in unicode_encode_call_errorhandler()
9144 PyObject *resunicode; in unicode_translate_call_errorhandler() local
9166 &resunicode, &i_newpos)) { in unicode_translate_call_errorhandler()
9179 Py_INCREF(resunicode); in unicode_translate_call_errorhandler()
9181 return resunicode; in unicode_translate_call_errorhandler()