Lines Matching defs:unistr
765 PyObject *unistr, int final)
772 if (PyUnicode_Check(unistr))
775 unistr = ucvt = PyObject_Str(unistr);
776 if (unistr == NULL)
778 else if (!PyUnicode_Check(unistr)) {
794 PyUnicode_Append(&inbuf_tmp, unistr);
803 Py_INCREF(unistr);
804 inbuf = unistr;
1716 PyObject *unistr, PyObject *str_write)
1720 str = encoder_encode_stateful(STATEFUL_ECTX(self), unistr, 0);