Home | History | Annotate | Download | only in cjkcodecs

Lines Matching refs:retunisize

366     Py_ssize_t retunisize, newpos;
439 retunisize = PyUnicode_GET_SIZE(retuni);
440 if (retunisize > 0) {
441 REQUIRE_DECODEBUFFER(buf, retunisize);
443 retunisize * Py_UNICODE_SIZE);
444 buf->outbuf += retunisize;