Home
last modified time | relevance | path

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

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

Completed in 4 milliseconds