Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/cjkcodecs/
Dmultibytecodec.c366 PyObject *retobj = NULL, *retuni = NULL; in multibytecodec_decerror() local
432 !PyUnicode_Check((retuni = PyTuple_GET_ITEM(retobj, 0))) || in multibytecodec_decerror()
441 retunisize = PyUnicode_GET_SIZE(retuni); in multibytecodec_decerror()
444 memcpy((char *)buf->outbuf, PyUnicode_AS_DATA(retuni), in multibytecodec_decerror()