Lines Matching refs:resunicode
7000 PyObject *resunicode;7026 &resunicode, newpos)) {7030 if (!PyUnicode_Check(resunicode) && !PyBytes_Check(resunicode)) {7042 Py_INCREF(resunicode);7044 return resunicode;8937 PyObject *resunicode;8959 &resunicode, &i_newpos)) {8972 Py_INCREF(resunicode);8974 return resunicode;