Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/cjkcodecs/
Dmultibytecodec.c365 PyObject *retobj = NULL, *retuni = NULL; in multibytecodec_decerror() local
431 !PyUnicode_Check((retuni = PyTuple_GET_ITEM(retobj, 0))) || in multibytecodec_decerror()
439 retunisize = PyUnicode_GET_SIZE(retuni); in multibytecodec_decerror()
442 memcpy((char *)buf->outbuf, PyUnicode_AS_DATA(retuni), in multibytecodec_decerror()
/external/python/cpython3/Modules/cjkcodecs/
Dmultibytecodec.c352 PyObject *retobj = NULL, *retuni = NULL; in multibytecodec_decerror() local
420 !PyUnicode_Check((retuni = PyTuple_GET_ITEM(retobj, 0))) || in multibytecodec_decerror()
428 if (_PyUnicodeWriter_WriteStr(&buf->writer, retuni) < 0) in multibytecodec_decerror()