Home
last modified time | relevance | path

Searched refs:resunicode (Results 1 – 1 of 1) 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()