Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dunicodeobject.c1462 … Py_ssize_t *endinpos, PyObject **exceptionObject, const char **inptr, in unicode_decode_call_errorhandler() argument
1484 encoding, input, insize, *startinpos, *endinpos, reason); in unicode_decode_call_errorhandler()
1491 if (PyUnicodeDecodeError_SetEnd(*exceptionObject, *endinpos)) in unicode_decode_call_errorhandler()
1533 *endinpos = newpos; in unicode_decode_call_errorhandler()
1653 Py_ssize_t endinpos; in PyUnicode_DecodeUTF7Stateful() local
1778 endinpos = s-starts; in PyUnicode_DecodeUTF7Stateful()
1782 starts, size, &startinpos, &endinpos, &exc, &s, in PyUnicode_DecodeUTF7Stateful()
1796 endinpos = size; in PyUnicode_DecodeUTF7Stateful()
1800 starts, size, &startinpos, &endinpos, &exc, &s, in PyUnicode_DecodeUTF7Stateful()
1974 Py_ssize_t endinpos; in PyUnicode_DecodeUTF8Stateful() local
[all …]