Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dunicodectype.c96 int _PyUnicode_IsXidContinue(Py_UCS4 ch) in _PyUnicode_IsXidContinue() function
Dunicodeobject.c12140 if (!_PyUnicode_IsXidContinue(PyUnicode_READ(kind, data, i))) in PyUnicode_IsIdentifier()
/external/python/cpython3/Include/
Dunicodeobject.h2178 PyAPI_FUNC(int) _PyUnicode_IsXidContinue(