HomeSort by relevance Sort by last modified time
    Searched refs:retunisize (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
multibytecodec.c 367 Py_ssize_t retunisize, newpos; local
441 retunisize = PyUnicode_GET_SIZE(retuni);
442 if (retunisize > 0) {
443 REQUIRE_DECODEBUFFER(buf, retunisize);
445 retunisize * Py_UNICODE_SIZE);
446 buf->outbuf += retunisize;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
multibytecodec.c 364 Py_ssize_t retunisize, newpos; local
438 retunisize = PyUnicode_GET_SIZE(retuni);
439 if (retunisize > 0) {
440 REQUIRE_DECODEBUFFER(buf, retunisize);
442 retunisize * Py_UNICODE_SIZE);
443 buf->outbuf += retunisize;
    [all...]
  /external/python/cpython2/Modules/cjkcodecs/
multibytecodec.c 366 Py_ssize_t retunisize, newpos; local
439 retunisize = PyUnicode_GET_SIZE(retuni);
440 if (retunisize > 0) {
441 REQUIRE_DECODEBUFFER(buf, retunisize);
443 retunisize * Py_UNICODE_SIZE);
444 buf->outbuf += retunisize;
    [all...]

Completed in 904 milliseconds