Home | History | Annotate | Download | only in Objects

Lines Matching defs:hexlen

2343     Py_ssize_t hexlen, invalid_char;
2354 hexlen = PyUnicode_GET_LENGTH(string);
2362 for (i = 0; i < hexlen; i++) {
2374 buf = _PyBytesWriter_Alloc(&writer, hexlen / 2);
2378 end = str + hexlen;