Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dunicodectype.c86 int _PyUnicode_IsXidStart(Py_UCS4 ch) in _PyUnicode_IsXidStart() function
Dunicodeobject.c12136 if (!_PyUnicode_IsXidStart(first) && first != 0x5F /* LOW LINE */) in PyUnicode_IsIdentifier()
/external/python/cpython3/Include/
Dunicodeobject.h2174 PyAPI_FUNC(int) _PyUnicode_IsXidStart(