Home | History | Annotate | Download | only in _io

Lines Matching defs:out_str

406             Py_UNICODE *out_str;
424 out_str = PyUnicode_AS_UNICODE(translated);
426 out = out_str;
456 if (out - out_str != len) {
457 if (PyUnicode_Resize(&output, out - out_str) < 0)