Home | History | Annotate | Download | only in Objects

Lines Matching defs:itemlen

5713         Py_ssize_t itemlen;
5734 itemlen = PyUnicode_GET_SIZE(item);
5735 new_res_used = res_used + itemlen;
5758 Py_UNICODE_COPY(res_p, PyUnicode_AS_UNICODE(item), itemlen);
5759 res_p += itemlen;