Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dunicodectype.c96 int _PyUnicode_IsXidContinue(Py_UCS4 ch) in _PyUnicode_IsXidContinue() function
Dunicodeobject.c12631 if (!_PyUnicode_IsXidContinue(ch)) { in _PyUnicode_ScanIdentifier()
12682 if (!_PyUnicode_IsXidContinue(ch)) { in PyUnicode_IsIdentifier()
/third_party/python/Include/cpython/
Dunicodeobject.h1073 PyAPI_FUNC(int) _PyUnicode_IsXidContinue(