Home | History | Annotate | Download | only in _io

Lines Matching refs:nchars

1417     Py_ssize_t nbytes, nchars;
1499 nchars = PyUnicode_GET_LENGTH(decoded_chars);
1500 if (nchars > 0)
1501 self->b2cratio = (double) nbytes / nchars;
1504 if (nchars > 0)