Home | History | Annotate | Download | only in Objects

Lines Matching defs:itemlen

10038             Py_ssize_t itemlen;
10049 itemlen = PyUnicode_GET_LENGTH(item);
10050 if (itemlen != 0) {
10053 kind * itemlen);
10054 res_data += kind * itemlen;
10062 Py_ssize_t itemlen;
10071 itemlen = PyUnicode_GET_LENGTH(item);
10072 if (itemlen != 0) {
10073 _PyUnicode_FastCopyCharacters(res, res_offset, item, 0, itemlen);
10074 res_offset += itemlen;