Lines Matching refs:startinpos
4463 const char **input, const char **inend, Py_ssize_t *startinpos, in unicode_decode_call_errorhandler_wchar() argument
4487 *startinpos, *endinpos, in unicode_decode_call_errorhandler_wchar()
4576 const char **input, const char **inend, Py_ssize_t *startinpos, in unicode_decode_call_errorhandler_writer() argument
4601 *startinpos, *endinpos, in unicode_decode_call_errorhandler_writer()
4775 Py_ssize_t startinpos; in PyUnicode_DecodeUTF7Stateful() local
4873 startinpos = s-starts; in PyUnicode_DecodeUTF7Stateful()
4899 startinpos = s-starts; in PyUnicode_DecodeUTF7Stateful()
4910 &starts, &e, &startinpos, &endinpos, &exc, &s, in PyUnicode_DecodeUTF7Stateful()
4927 &starts, &e, &startinpos, &endinpos, &exc, &s, in PyUnicode_DecodeUTF7Stateful()
4938 *consumed = startinpos; in PyUnicode_DecodeUTF7Stateful()
5217 Py_ssize_t startinpos, endinpos; in unicode_decode_utf8() local
5243 startinpos = s - starts; in unicode_decode_utf8()
5248 startinpos = s - starts; in unicode_decode_utf8()
5249 endinpos = startinpos + 1; in unicode_decode_utf8()
5262 startinpos = s - starts; in unicode_decode_utf8()
5263 endinpos = startinpos + ch - 1; in unicode_decode_utf8()
5276 s += (endinpos - startinpos); in unicode_decode_utf8()
5282 s += (endinpos - startinpos); in unicode_decode_utf8()
5291 for (i=startinpos; i<endinpos; i++) { in unicode_decode_utf8()
5297 s += (endinpos - startinpos); in unicode_decode_utf8()
5305 &starts, &end, &startinpos, &endinpos, &exc, &s, in unicode_decode_utf8()
5765 Py_ssize_t startinpos; in PyUnicode_DecodeUTF32Stateful() local
5855 startinpos = ((const char *)q) - starts; in PyUnicode_DecodeUTF32Stateful()
5856 endinpos = startinpos + 4; in PyUnicode_DecodeUTF32Stateful()
5863 startinpos = ((const char *)q) - starts; in PyUnicode_DecodeUTF32Stateful()
5874 startinpos = ((const char *)q) - starts; in PyUnicode_DecodeUTF32Stateful()
5875 endinpos = startinpos + 4; in PyUnicode_DecodeUTF32Stateful()
5883 &starts, (const char **)&e, &startinpos, &endinpos, &exc, (const char **)&q, in PyUnicode_DecodeUTF32Stateful()
6089 Py_ssize_t startinpos; in PyUnicode_DecodeUTF16Stateful() local
6178 startinpos = ((const char *)q) - starts; in PyUnicode_DecodeUTF16Stateful()
6188 startinpos = ((const char *)q) - starts; in PyUnicode_DecodeUTF16Stateful()
6193 startinpos = ((const char *)q) - 2 - starts; in PyUnicode_DecodeUTF16Stateful()
6194 endinpos = startinpos + 2; in PyUnicode_DecodeUTF16Stateful()
6198 startinpos = ((const char *)q) - 4 - starts; in PyUnicode_DecodeUTF16Stateful()
6199 endinpos = startinpos + 2; in PyUnicode_DecodeUTF16Stateful()
6213 &startinpos, in PyUnicode_DecodeUTF16Stateful()
6491 Py_ssize_t startinpos = s - starts - 1; in _PyUnicode_DecodeUnicodeEscapeInternal() local
6635 *consumed = startinpos; in _PyUnicode_DecodeUnicodeEscapeInternal()
6644 &starts, &end, &startinpos, &endinpos, &exc, &s, in _PyUnicode_DecodeUnicodeEscapeInternal()
6886 Py_ssize_t startinpos = s - starts - 1; in _PyUnicode_DecodeRawUnicodeEscapeStateful() local
6941 *consumed = startinpos; in _PyUnicode_DecodeRawUnicodeEscapeStateful()
6950 &starts, &end, &startinpos, &endinpos, &exc, &s, in _PyUnicode_DecodeRawUnicodeEscapeStateful()
7432 Py_ssize_t startinpos, endinpos; in PyUnicode_DecodeASCII() local
7472 startinpos = s-starts; in PyUnicode_DecodeASCII()
7473 endinpos = startinpos + 1; in PyUnicode_DecodeASCII()
7477 &starts, &e, &startinpos, &endinpos, &exc, &s, in PyUnicode_DecodeASCII()
7720 Py_ssize_t startinpos, endinpos, outpos; in decode_code_page_errors() local
7726 startinpos = in - startin; in decode_code_page_errors()
7727 endinpos = startinpos + 1; in decode_code_page_errors()
7732 &startin, &endin, &startinpos, &endinpos, &exc, &in, in decode_code_page_errors()
8280 Py_ssize_t startinpos, endinpos; in charmap_decode_string() local
8364 startinpos = s-starts; in charmap_decode_string()
8365 endinpos = startinpos+1; in charmap_decode_string()
8369 &starts, &e, &startinpos, &endinpos, &exc, &s, in charmap_decode_string()
8399 Py_ssize_t startinpos, endinpos; in charmap_decode_mapping() local
8471 startinpos = s-starts; in charmap_decode_mapping()
8472 endinpos = startinpos+1; in charmap_decode_mapping()
8476 &starts, &e, &startinpos, &endinpos, &exc, &s, in charmap_decode_mapping()