Home
last modified time | relevance | path

Searched refs:endinpos (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dunicodeobject.c1402 … Py_ssize_t *endinpos, PyObject **exceptionObject, const char **inptr, in unicode_decode_call_errorhandler() argument
1424 encoding, input, insize, *startinpos, *endinpos, reason); in unicode_decode_call_errorhandler()
1431 if (PyUnicodeDecodeError_SetEnd(*exceptionObject, *endinpos)) in unicode_decode_call_errorhandler()
1467 *endinpos = newpos; in unicode_decode_call_errorhandler()
1579 Py_ssize_t endinpos; in PyUnicode_DecodeUTF7Stateful() local
1705 endinpos = s-starts; in PyUnicode_DecodeUTF7Stateful()
1709 starts, size, &startinpos, &endinpos, &exc, &s, in PyUnicode_DecodeUTF7Stateful()
1722 endinpos = size; in PyUnicode_DecodeUTF7Stateful()
1726 starts, size, &startinpos, &endinpos, &exc, &s, in PyUnicode_DecodeUTF7Stateful()
1900 Py_ssize_t endinpos; in PyUnicode_DecodeUTF8Stateful() local
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dunicodeobject.c1460 … Py_ssize_t *endinpos, PyObject **exceptionObject, const char **inptr, in unicode_decode_call_errorhandler() argument
1482 encoding, input, insize, *startinpos, *endinpos, reason); in unicode_decode_call_errorhandler()
1489 if (PyUnicodeDecodeError_SetEnd(*exceptionObject, *endinpos)) in unicode_decode_call_errorhandler()
1531 *endinpos = newpos; in unicode_decode_call_errorhandler()
1648 Py_ssize_t endinpos; in PyUnicode_DecodeUTF7Stateful() local
1772 endinpos = s-starts; in PyUnicode_DecodeUTF7Stateful()
1776 starts, size, &startinpos, &endinpos, &exc, &s, in PyUnicode_DecodeUTF7Stateful()
1789 endinpos = size; in PyUnicode_DecodeUTF7Stateful()
1793 starts, size, &startinpos, &endinpos, &exc, &s, in PyUnicode_DecodeUTF7Stateful()
1967 Py_ssize_t endinpos; in PyUnicode_DecodeUTF8Stateful() local
[all …]