Lines Matching refs:starts
4704 const char *starts = s;
4803 startinpos = s-starts;
4829 startinpos = s-starts;
4836 endinpos = s-starts;
4840 &starts, &e, &startinpos, &endinpos, &exc, &s,
4857 &starts, &e, &startinpos, &endinpos, &exc, &s,
4880 *consumed = s-starts;
5113 const char *starts = s;
5129 writer.pos = s - starts;
5157 startinpos = s - starts;
5158 endinpos = end - starts;
5162 startinpos = s - starts;
5176 startinpos = s - starts;
5206 ch = (Py_UCS4)(unsigned char)(starts[i]);
5219 &starts, &end, &startinpos, &endinpos, &exc, &s,
5227 *consumed = s - starts;
5663 const char *starts = s;
5754 startinpos = ((const char *)q) - starts;
5762 startinpos = ((const char *)q) - starts;
5763 endinpos = ((const char *)e) - starts;
5773 startinpos = ((const char *)q) - starts;
5782 &starts, (const char **)&e, &startinpos, &endinpos, &exc, (const char **)&q,
5788 *consumed = (const char *)q-starts;
5974 const char *starts = s;
6064 startinpos = ((const char *)q) - starts;
6065 endinpos = ((const char *)e) - starts;
6074 startinpos = ((const char *)q) - starts;
6075 endinpos = ((const char *)e) - starts;
6079 startinpos = ((const char *)q) - 2 - starts;
6084 startinpos = ((const char *)q) - 4 - starts;
6097 &starts,
6109 *consumed = (const char *)q-starts;
6307 const char *starts = s;
6364 Py_ssize_t startinpos = s - starts - 1;
6518 Py_ssize_t endinpos = s-starts;
6523 &starts, &end, &startinpos, &endinpos, &exc, &s,
6716 const char *starts = s;
6763 Py_ssize_t startinpos = s - starts - 1;
6822 Py_ssize_t endinpos = s-starts;
6827 &starts, &end, &startinpos, &endinpos, &exc, &s,
7261 const char *starts = s;
7332 startinpos = s-starts;
7337 &starts, &e, &startinpos, &endinpos, &exc, &s,
8112 const char *starts = s;
8198 startinpos = s-starts;
8203 &starts, &e, &startinpos, &endinpos, &exc, &s,
8231 const char *starts = s;
8305 startinpos = s-starts;
8310 &starts, &e, &startinpos, &endinpos, &exc, &s,
12840 If the string starts with the prefix string, return string[len(prefix):].
13351 Splitting starts at the end of the string and works to the front.
13628 Return True if S starts with the specified prefix, False otherwise.\n\