Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_json.c1401 _match_number_unicode(PyScannerObject *s, PyObject *pystr, Py_ssize_t start, Py_ssize_t *next_idx_p… in _match_number_unicode() function
1673 return _match_number_unicode(s, pystr, idx, next_idx_ptr); in scan_once_unicode()