Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dunicodeobject.h1224 PyAPI_FUNC(Py_ssize_t) _PyUnicode_ScanIdentifier(PyObject *);
/external/python/cpython3/Parser/
Dtokenizer.c1112 Py_ssize_t invalid = _PyUnicode_ScanIdentifier(s); in verify_identifier()
/external/python/cpython3/Objects/
Dunicodeobject.c12330 _PyUnicode_ScanIdentifier(PyObject *self) in _PyUnicode_ScanIdentifier() function
12370 Py_ssize_t i = _PyUnicode_ScanIdentifier(self); in PyUnicode_IsIdentifier()