Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dunicodeobject.c3576 PyObject *resunicode; in unicode_encode_call_errorhandler() local
3599 &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() local
4920 &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()
/external/python/cpython3/Objects/
Dunicodeobject.c6675 PyObject *resunicode; in unicode_encode_call_errorhandler() local
6702 &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() local
8699 &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()