Home
last modified time | relevance | path

Searched refs:endinpos (Results 1 – 2 of 2) 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 …]
/external/python/cpython3/Objects/
Dunicodeobject.c4266 Py_ssize_t *endinpos, PyObject **exceptionObject, const char **inptr, in unicode_decode_call_errorhandler_wchar() argument
4290 *startinpos, *endinpos, in unicode_decode_call_errorhandler_wchar()
4348 *endinpos = newpos; in unicode_decode_call_errorhandler_wchar()
4370 Py_ssize_t *endinpos, PyObject **exceptionObject, const char **inptr, in unicode_decode_call_errorhandler_writer() argument
4394 *startinpos, *endinpos, in unicode_decode_call_errorhandler_writer()
4414 remain = *inend - *input - *endinpos; in unicode_decode_call_errorhandler_writer()
4453 *endinpos = newpos; in unicode_decode_call_errorhandler_writer()
4569 Py_ssize_t endinpos; in PyUnicode_DecodeUTF7Stateful() local
4699 endinpos = s-starts; in PyUnicode_DecodeUTF7Stateful()
4703 &starts, &e, &startinpos, &endinpos, &exc, &s, in PyUnicode_DecodeUTF7Stateful()
[all …]