Home | History | Annotate | Download | only in Modules

Lines Matching full:str_len

1870     Py_ssize_t str_len, buf_len;
1872 if (!PyArg_ParseTuple(args, "Unp:unicode_asucs4", &unicode, &str_len, &copy_null)) {
1876 buf_len = str_len + 1;
1882 buffer[str_len] = 0xffffU;