• Home
  • Raw
  • Download

Lines Matching refs:startinpos

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
2014 startinpos = s-starts; in PyUnicode_DecodeUTF8Stateful()
2015 endinpos = startinpos+1; in PyUnicode_DecodeUTF8Stateful()
2016 for (k=1; (k < size-startinpos) && ((s[k]&0xC0) == 0x80); k++) in PyUnicode_DecodeUTF8Stateful()
2026 startinpos = s-starts; in PyUnicode_DecodeUTF8Stateful()
2027 endinpos = startinpos+1; in PyUnicode_DecodeUTF8Stateful()
2032 startinpos = s-starts; in PyUnicode_DecodeUTF8Stateful()
2033 endinpos = startinpos+1; in PyUnicode_DecodeUTF8Stateful()
2039 startinpos = s-starts; in PyUnicode_DecodeUTF8Stateful()
2040 endinpos = startinpos + 1; in PyUnicode_DecodeUTF8Stateful()
2061 startinpos = s-starts; in PyUnicode_DecodeUTF8Stateful()
2062 endinpos = startinpos + 1; in PyUnicode_DecodeUTF8Stateful()
2086 startinpos = s-starts; in PyUnicode_DecodeUTF8Stateful()
2087 endinpos = startinpos + 1; in PyUnicode_DecodeUTF8Stateful()
2123 starts, size, &startinpos, &endinpos, &exc, &s, in PyUnicode_DecodeUTF8Stateful()
2276 Py_ssize_t startinpos; in PyUnicode_DecodeUTF32Stateful() local
2375 startinpos = ((const char *)q)-starts; in PyUnicode_DecodeUTF32Stateful()
2387 startinpos = ((const char *)q)-starts; in PyUnicode_DecodeUTF32Stateful()
2388 endinpos = startinpos+4; in PyUnicode_DecodeUTF32Stateful()
2407 starts, size, &startinpos, &endinpos, &exc, (const char **)&q, in PyUnicode_DecodeUTF32Stateful()
2549 Py_ssize_t startinpos; in PyUnicode_DecodeUTF16Stateful() local
2629 startinpos = ((const char *)q)-starts; in PyUnicode_DecodeUTF16Stateful()
2650 startinpos = ((const char *)q)-starts; in PyUnicode_DecodeUTF16Stateful()
2668 startinpos = (((const char *)q)-4)-starts; in PyUnicode_DecodeUTF16Stateful()
2669 endinpos = startinpos+2; in PyUnicode_DecodeUTF16Stateful()
2675 startinpos = (((const char *)q)-2)-starts; in PyUnicode_DecodeUTF16Stateful()
2676 endinpos = startinpos+2; in PyUnicode_DecodeUTF16Stateful()
2684 starts, size, &startinpos, &endinpos, &exc, (const char **)&q, in PyUnicode_DecodeUTF16Stateful()
2810 Py_ssize_t startinpos; in PyUnicode_DecodeUnicodeEscape() local
2846 startinpos = s-starts; in PyUnicode_DecodeUnicodeEscape()
2989 starts, size, &startinpos, &endinpos, &exc, &s, in PyUnicode_DecodeUnicodeEscape()
3211 Py_ssize_t startinpos; in PyUnicode_DecodeRawUnicodeEscape() local
3243 startinpos = s-starts; in PyUnicode_DecodeRawUnicodeEscape()
3271 starts, size, &startinpos, &endinpos, &exc, &s, in PyUnicode_DecodeRawUnicodeEscape()
3303 starts, size, &startinpos, &endinpos, &exc, &s, in PyUnicode_DecodeRawUnicodeEscape()
3427 Py_ssize_t startinpos; in _PyUnicode_DecodeUnicodeInternal() local
3471 startinpos = s - starts; in _PyUnicode_DecodeUnicodeInternal()
3476 starts, size, &startinpos, &endinpos, &exc, &s, in _PyUnicode_DecodeUnicodeInternal()
3830 Py_ssize_t startinpos; in PyUnicode_DecodeASCII() local
3857 startinpos = s-starts; in PyUnicode_DecodeASCII()
3858 endinpos = startinpos + 1; in PyUnicode_DecodeASCII()
3863 starts, size, &startinpos, &endinpos, &exc, &s, in PyUnicode_DecodeASCII()
4123 Py_ssize_t startinpos; in PyUnicode_DecodeCharmap() local
4159 startinpos = s-starts; in PyUnicode_DecodeCharmap()
4160 endinpos = startinpos+1; in PyUnicode_DecodeCharmap()
4164 starts, size, &startinpos, &endinpos, &exc, &s, in PyUnicode_DecodeCharmap()
4281 startinpos = s-starts; in PyUnicode_DecodeCharmap()
4282 endinpos = startinpos+1; in PyUnicode_DecodeCharmap()
4286 starts, size, &startinpos, &endinpos, &exc, &s, in PyUnicode_DecodeCharmap()