Searched defs:_PyUnicode_IsAlpha (Results 1 – 3 of 3) sorted by relevance
178 int _PyUnicode_IsAlpha(Py_UNICODE ch) in _PyUnicode_IsAlpha() function210 int _PyUnicode_IsAlpha(Py_UNICODE ch) in _PyUnicode_IsAlpha() function
291 int _PyUnicode_IsAlpha(Py_UCS4 ch) in _PyUnicode_IsAlpha() function
217 # define _PyUnicode_IsAlpha _PyUnicodeUCS2_IsAlpha macro304 # define _PyUnicode_IsAlpha _PyUnicodeUCS4_IsAlpha macro