Searched refs:PyUnicode_DecodeUTF32Stateful (Results 1 – 6 of 6) sorted by relevance
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
| D | _codecsmodule.c | 397 decoded = PyUnicode_DecodeUTF32Stateful(pbuf.buf, pbuf.len, errors, in utf_32_decode() 420 decoded = PyUnicode_DecodeUTF32Stateful(pbuf.buf, pbuf.len, errors, in utf_32_le_decode() 443 decoded = PyUnicode_DecodeUTF32Stateful(pbuf.buf, pbuf.len, errors, in utf_32_be_decode() 474 unicode = PyUnicode_DecodeUTF32Stateful(pbuf.buf, pbuf.len, errors, in utf_32_ex_decode()
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
| D | _codecsmodule.c | 397 decoded = PyUnicode_DecodeUTF32Stateful(pbuf.buf, pbuf.len, errors, in utf_32_decode() 420 decoded = PyUnicode_DecodeUTF32Stateful(pbuf.buf, pbuf.len, errors, in utf_32_le_decode() 443 decoded = PyUnicode_DecodeUTF32Stateful(pbuf.buf, pbuf.len, errors, in utf_32_be_decode() 474 unicode = PyUnicode_DecodeUTF32Stateful(pbuf.buf, pbuf.len, errors, in utf_32_ex_decode()
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
| D | unicodeobject.h | 171 # define PyUnicode_DecodeUTF32Stateful PyUnicodeUCS2_DecodeUTF32Stateful macro 258 # define PyUnicode_DecodeUTF32Stateful PyUnicodeUCS4_DecodeUTF32Stateful macro 807 PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF32Stateful(
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
| D | unicodeobject.h | 171 # define PyUnicode_DecodeUTF32Stateful PyUnicodeUCS2_DecodeUTF32Stateful macro 258 # define PyUnicode_DecodeUTF32Stateful PyUnicodeUCS4_DecodeUTF32Stateful macro 807 PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF32Stateful(
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
| D | unicodeobject.c | 2191 return PyUnicode_DecodeUTF32Stateful(s, size, errors, byteorder, NULL); in PyUnicode_DecodeUTF32() 2195 PyUnicode_DecodeUTF32Stateful(const char *s, in PyUnicode_DecodeUTF32Stateful() function
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
| D | unicodeobject.c | 2258 return PyUnicode_DecodeUTF32Stateful(s, size, errors, byteorder, NULL); in PyUnicode_DecodeUTF32() 2262 PyUnicode_DecodeUTF32Stateful(const char *s, in PyUnicode_DecodeUTF32Stateful() function
|