Home
last modified time | relevance | path

Searched refs:scan_once_unicode (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Modules/
D_json.c83 scan_once_unicode(PyScannerObject *s, PyObject *pystr, Py_ssize_t idx, Py_ssize_t *next_idx_ptr);
743 val = scan_once_unicode(s, pystr, idx, &next_idx); in _parse_object_unicode()
841 val = scan_once_unicode(s, pystr, idx, &next_idx); in _parse_array_unicode()
1025 scan_once_unicode(PyScannerObject *s, PyObject *pystr, Py_ssize_t idx, Py_ssize_t *next_idx_ptr) in scan_once_unicode() function
1149 rval = scan_once_unicode(self, pystr, idx, &next_idx); in scanner_call()