Searched refs:startinpos (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Objects/ |
D | unicodeobject.c | 1461 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 …]
|
/external/python/cpython3/Objects/ |
D | unicodeobject.c | 4110 const char **input, const char **inend, Py_ssize_t *startinpos, in unicode_decode_call_errorhandler_wchar() argument 4138 *startinpos, *endinpos, in unicode_decode_call_errorhandler_wchar() 4215 const char **input, const char **inend, Py_ssize_t *startinpos, in unicode_decode_call_errorhandler_writer() argument 4240 *startinpos, *endinpos, in unicode_decode_call_errorhandler_writer() 4414 Py_ssize_t startinpos; in PyUnicode_DecodeUTF7Stateful() local 4512 startinpos = s-starts; in PyUnicode_DecodeUTF7Stateful() 4533 startinpos = s-starts; in PyUnicode_DecodeUTF7Stateful() 4544 &starts, &e, &startinpos, &endinpos, &exc, &s, in PyUnicode_DecodeUTF7Stateful() 4561 &starts, &e, &startinpos, &endinpos, &exc, &s, in PyUnicode_DecodeUTF7Stateful() 4572 *consumed = startinpos; in PyUnicode_DecodeUTF7Stateful() [all …]
|