Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dunicodeobject.c1461 const char *input, Py_ssize_t insize, Py_ssize_t *startinpos, in unicode_decode_call_errorhandler() argument
1484 encoding, input, insize, *startinpos, *endinpos, reason); in unicode_decode_call_errorhandler()
1489 if (PyUnicodeDecodeError_SetStart(*exceptionObject, *startinpos)) in unicode_decode_call_errorhandler()
1652 Py_ssize_t startinpos; in PyUnicode_DecodeUTF7Stateful() local
1751 startinpos = s-starts; in PyUnicode_DecodeUTF7Stateful()
1770 startinpos = s-starts; in PyUnicode_DecodeUTF7Stateful()
1782 starts, size, &startinpos, &endinpos, &exc, &s, in PyUnicode_DecodeUTF7Stateful()
1800 starts, size, &startinpos, &endinpos, &exc, &s, in PyUnicode_DecodeUTF7Stateful()
1810 *consumed = startinpos; in PyUnicode_DecodeUTF7Stateful()
1973 Py_ssize_t startinpos; in PyUnicode_DecodeUTF8Stateful() local
[all …]