Home
last modified time | relevance | path

Searched refs:utf_16_decode (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/
Dutf_16.py16 return codecs.utf_16_decode(input, errors, True)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/
Dutf_16.py16 return codecs.utf_16_decode(input, errors, True)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_codecs.py458 codecs.utf_16_decode('\x01', 'replace', True))
460 codecs.utf_16_decode('\x01', 'ignore', True))
463 self.assertRaises(UnicodeDecodeError, codecs.utf_16_decode, "\xff", "strict", True)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_codecsmodule.c279 utf_16_decode(PyObject *self, in utf_16_decode() function
1074 {"utf_16_decode", utf_16_decode, METH_VARARGS},
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
D_codecsmodule.c279 utf_16_decode(PyObject *self, in utf_16_decode() function
1074 {"utf_16_decode", utf_16_decode, METH_VARARGS},
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
DFvImage.py821 return codecs.utf_16_decode(m[0:-2].tostring())[0]