Home | History | Annotate | Download | only in Objects

Lines Matching refs:replen

4365     Py_ssize_t replen;
4416 replen = PyUnicode_GET_LENGTH(repunicode);
4417 if (replen > 1) {
4418 writer->min_length += replen - 1;