Home
last modified time | relevance | path

Searched refs:PyUnicode_Decode (Results 1 – 15 of 15) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dunicodeobject.h165 # define PyUnicode_Decode PyUnicodeUCS2_Decode macro
252 # define PyUnicode_Decode PyUnicodeUCS4_Decode macro
685 PyAPI_FUNC(PyObject*) PyUnicode_Decode(
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dunicodeobject.h165 # define PyUnicode_Decode PyUnicodeUCS2_Decode macro
252 # define PyUnicode_Decode PyUnicodeUCS4_Decode macro
685 PyAPI_FUNC(PyObject*) PyUnicode_Decode(
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
Dtokenizer.c611 PyObject* buf = PyUnicode_Decode(str, strlen(str), enc, NULL); in translate_into_utf8()
806 decoded = PyUnicode_Decode(*inp, strlen(*inp), encoding, NULL); in tok_stdin_decode()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dtokenizer.c591 PyObject* buf = PyUnicode_Decode(str, strlen(str), enc, NULL); in translate_into_utf8()
786 decoded = PyUnicode_Decode(*inp, strlen(*inp), encoding, NULL); in tok_stdin_decode()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_testcapimodule.c1040 obj = PyUnicode_Decode("test", strlen("test"), in test_u_code()
Dpyexpat.c1247 PyUnicode_Decode(template_buffer, 256, name, "replace"); in PyUnknownEncodingHandler()
D_elementtree.c2424 u = PyUnicode_Decode((char*) s, 256, name, "replace");
Dposixmodule.c2066 return PyUnicode_Decode(buf, strlen(buf), Py_FileSystemDefaultEncoding,"strict"); in posix_getcwdu()
2460 return PyUnicode_Decode(outbuf, strlen(outbuf), in posix__getfullpathname()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dunicodeobject.c1229 v = PyUnicode_Decode(s, len, encoding, errors); in PyUnicode_FromEncodedObject()
1236 PyObject *PyUnicode_Decode(const char *s, in PyUnicode_Decode() function
8292 unistr = PyUnicode_Decode(str, 1, NULL, "strict"); in formatchar()
8588 unicode = PyUnicode_Decode(PyString_AS_STRING(temp), in PyUnicode_Format()
Dstringobject.c4707 format = PyUnicode_Decode(fmt, fmtcnt, NULL, NULL); in PyString_Format()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dunicodeobject.c1170 v = PyUnicode_Decode(s, len, encoding, errors); in PyUnicode_FromEncodedObject()
1178 PyObject *PyUnicode_Decode(const char *s, in PyUnicode_Decode() function
8188 unistr = PyUnicode_Decode(str, 1, NULL, "strict"); in formatchar()
8480 unicode = PyUnicode_Decode(PyString_AS_STRING(temp), in PyUnicode_Format()
Dstringobject.c4680 format = PyUnicode_Decode(fmt, fmtcnt, NULL, NULL); in PyString_Format()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dpyexpat.c1250 PyUnicode_Decode(template_buffer, 256, name, "replace"); in PyUnknownEncodingHandler()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
Dedk2module.c934 return PyUnicode_Decode(buf, strlen(buf), Py_FileSystemDefaultEncoding,"strict"); in posix_getcwdu()
1111 return PyUnicode_Decode(outbuf, strlen(outbuf), in posix__getfullpathname()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dedk2module.c935 return PyUnicode_Decode(buf, strlen(buf), Py_FileSystemDefaultEncoding,"strict"); in edk2_getcwdu()