Home
last modified time | relevance | path

Searched refs:utf_32_decode (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/
Dutf_32.py11 return codecs.utf_32_decode(input, errors, True)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/
Dutf_32.py11 return codecs.utf_32_decode(input, errors, True)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_codecs.py310 codecs.utf_32_decode('\x01', 'replace', True))
312 codecs.utf_32_decode('\x01', 'ignore', True))
315 self.assertRaises(UnicodeDecodeError, codecs.utf_32_decode,
323 codecs.utf_32_decode(encoded_le)[0])
326 codecs.utf_32_decode(encoded_be)[0])
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_codecsmodule.c383 utf_32_decode(PyObject *self, in utf_32_decode() function
1081 {"utf_32_decode", utf_32_decode, METH_VARARGS},
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
D_codecsmodule.c383 utf_32_decode(PyObject *self, in utf_32_decode() function
1081 {"utf_32_decode", utf_32_decode, METH_VARARGS},