Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dunicodeobject.h1169 PyAPI_FUNC(Py_ssize_t) _PyUnicode_ScanIdentifier(PyObject *);
/third_party/python/Parser/
Dtokenizer.c1288 Py_ssize_t invalid = _PyUnicode_ScanIdentifier(s); in verify_identifier()
/third_party/python/Objects/
Dunicodeobject.c12602 _PyUnicode_ScanIdentifier(PyObject *self) in _PyUnicode_ScanIdentifier() function
12642 Py_ssize_t i = _PyUnicode_ScanIdentifier(self); in PyUnicode_IsIdentifier()