Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_testcapimodule.c1145 codec_incrementaldecoder(PyObject *self, PyObject *args) in codec_incrementaldecoder() function
1683 (PyCFunction)codec_incrementaldecoder, METH_VARARGS},
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_codecs.py1402 cdecoder = _testcapi.codec_incrementaldecoder(encoding)
1431 cdecoder = _testcapi.codec_incrementaldecoder(encoding, "ignore")