Home
last modified time | relevance | path

Searched refs:Py_UNICODE_ISALPHA (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Include/cpython/
H A Dunicodeobject.h45 #define Py_UNICODE_ISALPHA(ch) _PyUnicode_IsAlpha(ch) macro
48 (Py_UNICODE_ISALPHA(ch) || \
/third_party/python/Objects/
H A Dunicodeobject.c12113 Py_UNICODE_ISALPHA(PyUnicode_READ(kind, data, 0))); in unicode_isalpha_impl()
12120 if (!Py_UNICODE_ISALPHA(PyUnicode_READ(kind, data, i))) in unicode_isalpha_impl()

Completed in 20 milliseconds