Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dunicodeobject.h45 #define Py_UNICODE_ISALPHA(ch) _PyUnicode_IsAlpha(ch) macro
48 (Py_UNICODE_ISALPHA(ch) || \
/third_party/python/Doc/data/
Drefcounts.dat2367 Py_UNICODE_ISALPHA:int:::
2368 Py_UNICODE_ISALPHA:Py_UNICODE:ch::
/third_party/python/Doc/c-api/
Dunicode.rst311 .. c:function:: int Py_UNICODE_ISALPHA(Py_UCS4 ch)
/third_party/python/Objects/
Dunicodeobject.c12428 Py_UNICODE_ISALPHA(PyUnicode_READ(kind, data, 0))); in unicode_isalpha_impl()
12435 if (!Py_UNICODE_ISALPHA(PyUnicode_READ(kind, data, i))) in unicode_isalpha_impl()