Home
last modified time | relevance | path

Searched refs:retuni (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Modules/cjkcodecs/
Dmultibytecodec.c385 PyObject *retobj = NULL, *retuni = NULL; in multibytecodec_decerror() local
453 !PyUnicode_Check((retuni = PyTuple_GET_ITEM(retobj, 0))) || in multibytecodec_decerror()
461 if (_PyUnicodeWriter_WriteStr(&buf->writer, retuni) < 0) in multibytecodec_decerror()