Searched refs:py_scanstring (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/simplejson/
H A D__init__.py477 dec.scanstring = dec.c_scanstring or dec.py_scanstring
483 dec.scanstring = dec.py_scanstring
H A Ddecoder.py96 def py_scanstring(s, end, encoding=None, strict=True, function
175 scanstring = c_scanstring or py_scanstring
H A D_speedups.c923 py_scanstring(PyObject* self UNUSED, PyObject *args) function
2719 (PyCFunction)py_scanstring,

Completed in 92 milliseconds