Lines Matching refs:decoded
794 PyObject *enc, *sysstdin, *decoded, *utf8;810 decoded = PyUnicode_Decode(*inp, strlen(*inp), encoding, NULL);811 if (decoded == NULL)814 utf8 = PyUnicode_AsEncodedString(decoded, "utf-8", NULL);815 Py_DECREF(decoded);