Searched defs:scanstring_str (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/simplejson/
H A D_speedups.c518 scanstring_str(PyObject *pystr, Py_ssize_t end, char *encoding, int strict, Py_ssize_t *next_end_ptr) function
938 rval = scanstring_str(pystr, end, encoding, strict, &next_end);
1066 key = scanstring_str(pystr, idx + 1, encoding, strict, &next_idx);
1706 rval = scanstring_str(pystr, idx + 1,

Completed in 69 milliseconds