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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
multibytecodec.c 366 PyObject *retobj = NULL, *retuni = NULL; local
432 !PyUnicode_Check((retuni = PyTuple_GET_ITEM(retobj, 0))) ||
441 retunisize = PyUnicode_GET_SIZE(retuni);
444 memcpy((char *)buf->outbuf, PyUnicode_AS_DATA(retuni),
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
multibytecodec.c 363 PyObject *retobj = NULL, *retuni = NULL; local
429 !PyUnicode_Check((retuni = PyTuple_GET_ITEM(retobj, 0))) ||
438 retunisize = PyUnicode_GET_SIZE(retuni);
441 memcpy((char *)buf->outbuf, PyUnicode_AS_DATA(retuni),
    [all...]
  /external/python/cpython2/Modules/cjkcodecs/
multibytecodec.c 366 PyObject *retobj = NULL, *retuni = NULL; local
432 !PyUnicode_Check((retuni = PyTuple_GET_ITEM(retobj, 0))) ||
441 retunisize = PyUnicode_GET_SIZE(retuni);
444 memcpy((char *)buf->outbuf, PyUnicode_AS_DATA(retuni),
    [all...]

Completed in 2061 milliseconds