Searched refs:_PyUnicode_IsAlpha (Results 1 – 2 of 2) sorted by relevance
291 int _PyUnicode_IsAlpha(Py_UCS4 ch) in _PyUnicode_IsAlpha() function
45 #define Py_UNICODE_ISALPHA(ch) _PyUnicode_IsAlpha(ch)1153 PyAPI_FUNC(int) _PyUnicode_IsAlpha(