Home
last modified time | relevance | path

Searched defs:Py_UNICODE_ISALPHA (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Include/
Dunicodeobject.h353 #define Py_UNICODE_ISALPHA(ch) iswalpha(ch) macro
383 #define Py_UNICODE_ISALPHA(ch) _PyUnicode_IsAlpha(ch) macro