Home | History | Annotate | Download | only in Modules

Lines Matching defs:input_str

275     char *input_str;
278 input_str = PyString_AS_STRING(pystr);
282 Py_UNICODE c = (Py_UNICODE)(unsigned char)input_str[i];
287 c = (Py_UNICODE)(unsigned char)input_str[j];
291 uni = PyUnicode_DecodeUTF8(input_str, input_chars, "strict");
329 memcpy(&output[1], input_str, i);
332 Py_UNICODE c = (Py_UNICODE)(unsigned char)input_str[i];