Lines Matching defs:seplen
10067 Py_ssize_t seplen;
10090 seplen = 0;
10094 /* Set up sep and seplen */
10100 seplen = 1;
10114 seplen = PyUnicode_GET_LENGTH(separator);
10150 add_sz += seplen;
10176 if (seplen != 0)
10186 if (i && seplen != 0) {
10189 kind * seplen);
10190 res_data += kind * seplen;
10210 if (i && seplen != 0) {
10211 _PyUnicode_FastCopyCharacters(res, res_offset, sep, 0, seplen);
10212 res_offset += seplen;
12516 Py_ssize_t seplen;
12524 seplen = PyUnicode_GET_LENGTH(sepobj);
12527 seplen);
12535 if (PyUnicode_FindChar(sepobj, ch, 0, seplen, 1) < 0)
12548 if (PyUnicode_FindChar(sepobj, ch, 0, seplen, 1) < 0)