Lines Matching defs:end
281 /*[clinic end generated code: output=da39a3ee5e6b4b0d input=fe2966e32b66a231]*/
289 /*[clinic end generated code: output=e0db7ce34a6dd7b1 input=bd6f6ecf4916bb2b]*/
304 /*[clinic end generated code: output=4f454b630fbd19a2 input=9f0bd952812c7ed3]*/
320 /*[clinic end generated code: output=9c5ddee0dc2bc258 input=51e42c3b8dddb78e]*/
336 /*[clinic end generated code: output=228294ed6ff2a612 input=272c609b5b61f136]*/
351 /*[clinic end generated code: output=6422272d7d7fee65 input=91d708c5f3c2045a]*/
412 Py_ssize_t start, Py_ssize_t end)
452 if (end < 0)
453 end = 0;
454 else if (end > length)
455 end = length;
465 state->end = (void*) ((char*) ptr + end * state->charsize);
470 state->endpos = end;
502 PyObject* string, Py_ssize_t start, Py_ssize_t end)
506 start == 0 && end == PyBytes_GET_SIZE(string)) {
511 (const char *)ptr + start, end - start);
514 return PyUnicode_Substring(string, start, end);
645 /*[clinic end generated code: output=ec6208ea58a0cca0 input=4bdb9c3e564d13ac]*/
688 /*[clinic end generated code: output=625b75b027ef94da input=50981172ab0fcfdd]*/
734 /*[clinic end generated code: output=bd7f2d9d583e1463 input=afa9afb66a74a4b3]*/
800 /*[clinic end generated code: output=f4966baceea60aca input=5b6a4ee799741563]*/
816 while (state.start <= state.end) {
902 /*[clinic end generated code: output=1791dbf3618ade56 input=812e332a4848cbaf]*/
939 /*[clinic end generated code: output=f70cd506112f1bd9 input=2e487e5151bcee4c]*/
958 /*[clinic end generated code: output=7ac66f381c45e0be input=1eeeb10dafc9947a]*/
1249 /*[clinic end generated code: output=4be141ab04bca60d input=d8d1d4ac2311a07c]*/
1272 /*[clinic end generated code: output=da02fd85258b1e1f input=8b78a65b8302e58d]*/
1286 /*[clinic end generated code: output=85dedc2db1bd8694 input=a730a59d863bc9f5]*/
1302 /*[clinic end generated code: output=2ad25679c1f1204a input=a465b1602f997bed]*/
1417 /*[clinic end generated code: output=ef9c2b3693776404 input=0a68476dbbe5db30]*/
1537 if (code >= end) FAIL; \
1544 if (code >= end) FAIL; \
1551 if (code >= end) FAIL; \
1555 if (skip-adj > (uintptr_t)(end - code)) \
1562 _validate_charset(SRE_CODE *code, SRE_CODE *end)
1570 while (code < end) {
1589 if (offset > (uintptr_t)(end - code))
1597 if (offset > (uintptr_t)(end - code))
1606 if (offset > (uintptr_t)(end - code))
1649 _validate_inner(SRE_CODE *code, SRE_CODE *end, Py_ssize_t groups)
1656 VTRACE(("code=%p, end=%p\n", code, end));
1658 if (code > end)
1661 while (code < end) {
1690 /* Nothing to check; these normally end the matching process */
1724 /* Stop 1 before the end; we check the FAILURE below */
1799 /* Stop 2 before the end; we check the JUMP below */
1941 /* Stop 1 before the end; we check the SUCCESS below */
1951 if (code + 1 != end)
1967 _validate_outer(SRE_CODE *code, SRE_CODE *end, Py_ssize_t groups)
1970 code >= end || end[-1] != SRE_OP_SUCCESS)
1972 return _validate_inner(code, end-1, groups);
2109 /*[clinic end generated code: output=931b58ccc323c3a1 input=4bfdb22c2f8b146a]*/
2170 /*[clinic end generated code: output=daf8e2641537238a input=bb069ef55dabca91]*/
2203 /*[clinic end generated code: output=29917c9073e41757 input=0ded7960b23780aa]*/
2248 /*[clinic end generated code: output=3f6e7f9df2fb5201 input=ced8e4ed4b33ee6c]*/
2261 _sre.SRE_Match.end -> Py_ssize_t
2266 Return index of the end of the substring matched by group.
2271 /*[clinic end generated code: output=f4240b09911f7692 input=1b799560c7f3d7e6]*/
2316 For match object m, return the 2-tuple (m.start(group), m.end(group)).
2321 /*[clinic end generated code: output=f02ae40594d14fe6 input=8fa6014e982d71d4]*/
2366 /*[clinic end generated code: output=a779c5fc8b5b4eb4 input=3bb4d30b6baddb5b]*/
2382 /*[clinic end generated code: output=ba7cb46d655e4ee2 input=779d12a31c2c325e]*/
2582 /*[clinic end generated code: output=6e22c149dc0f0325 input=b5146e1f30278cb7]*/
2632 /*[clinic end generated code: output=23e8fc78013f9161 input=056c2d37171d0bf2]*/