Searched refs:_match_number_unicode (Results 1 – 1 of 1) sorted by relevance
908 _match_number_unicode(PyScannerObject *s, PyObject *pystr, Py_ssize_t start, Py_ssize_t *next_idx_p… in _match_number_unicode() function1133 return _match_number_unicode(s, pystr, idx, next_idx_ptr); in scan_once_unicode()