Home | History | Annotate | Download | only in simplejson

Lines Matching full:input_str

341     char *input_str;
344 input_str = PyString_AS_STRING(pystr);
348 Py_UNICODE c = (Py_UNICODE)(unsigned char)input_str[i];
353 c = (Py_UNICODE)(unsigned char)input_str[j];
357 uni = PyUnicode_DecodeUTF8(input_str, input_chars, "strict");
387 memcpy(&output[1], input_str, i);
390 Py_UNICODE c = (Py_UNICODE)(unsigned char)input_str[i];