Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dunicodeobject.c7000 PyObject *resunicode; in unicode_encode_call_errorhandler() local
7026 &resunicode, newpos)) { in unicode_encode_call_errorhandler()
7030 if (!PyUnicode_Check(resunicode) && !PyBytes_Check(resunicode)) { in unicode_encode_call_errorhandler()
7042 Py_INCREF(resunicode); in unicode_encode_call_errorhandler()
7044 return resunicode; in unicode_encode_call_errorhandler()
8937 PyObject *resunicode; in unicode_translate_call_errorhandler() local
8959 &resunicode, &i_newpos)) { in unicode_translate_call_errorhandler()
8972 Py_INCREF(resunicode); in unicode_translate_call_errorhandler()
8974 return resunicode; in unicode_translate_call_errorhandler()
[all...]

Completed in 14 milliseconds