Searched refs:typestr_length (Results 1 – 1 of 1) sorted by relevance
277 Py_ssize_t typestr_length; in float___getformat__() local278 typestr = PyUnicode_AsUTF8AndSize(arg, &typestr_length); in float___getformat__()282 if (strlen(typestr) != (size_t)typestr_length) { in float___getformat__()331 Py_ssize_t typestr_length; in float___set_format__() local332 typestr = PyUnicode_AsUTF8AndSize(args[0], &typestr_length); in float___set_format__()336 if (strlen(typestr) != (size_t)typestr_length) { in float___set_format__()