Home | History | Annotate | Download | only in Objects

Lines Matching defs:llen

14153     Py_ssize_t llen;
14200 llen = PyUnicode_GET_LENGTH(result);
14201 if (llen > INT_MAX) {
14207 len = (int)llen;