Searched defs:outobj (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/ |
D | multibytecodec.c | 15 PyObject *excobj, *outobj; member 21 PyObject *excobj, *outobj; member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/ |
D | multibytecodec.c | 15 PyObject *excobj, *outobj; member 21 PyObject *excobj, *outobj; member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | unicodeobject.c | 4559 charmapencode_resize(PyObject **outobj, Py_ssize_t *outpos, Py_ssize_t requiredsize) in charmapencode_resize() 4582 PyObject **outobj, Py_ssize_t *outpos) in charmapencode_output() 4985 int charmaptranslate_makespace(PyObject **outobj, Py_UNICODE **outp, in charmaptranslate_makespace() 5009 … Py_ssize_t insize, PyObject *mapping, PyObject **outobj, Py_UNICODE **outp, in charmaptranslate_output()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | unicodeobject.c | 4474 charmapencode_resize(PyObject **outobj, Py_ssize_t *outpos, Py_ssize_t requiredsize) in charmapencode_resize() 4497 PyObject **outobj, Py_ssize_t *outpos) in charmapencode_output() 4892 int charmaptranslate_makespace(PyObject **outobj, Py_UNICODE **outp, in charmaptranslate_makespace() 4916 … Py_ssize_t insize, PyObject *mapping, PyObject **outobj, Py_UNICODE **outp, in charmaptranslate_output()
|