Searched refs:utf_32_encode (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/ |
D | utf_32.py | 8 encode = codecs.utf_32_encode 20 result = codecs.utf_32_encode(input, self.errors)[0] 110 result = codecs.utf_32_encode(input, errors)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/ |
D | utf_32.py | 8 encode = codecs.utf_32_encode 20 result = codecs.utf_32_encode(input, self.errors)[0] 110 result = codecs.utf_32_encode(input, errors)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | _codecsmodule.c | 791 utf_32_encode(PyObject *self, in utf_32_encode() function 1078 {"utf_32_encode", utf_32_encode, METH_VARARGS},
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | _codecsmodule.c | 791 utf_32_encode(PyObject *self, in utf_32_encode() function 1078 {"utf_32_encode", utf_32_encode, METH_VARARGS},
|