Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dunicodectype.c178 int _PyUnicode_IsAlpha(Py_UNICODE ch) in _PyUnicode_IsAlpha() function
210 int _PyUnicode_IsAlpha(Py_UNICODE ch) in _PyUnicode_IsAlpha() function
/external/python/cpython2/Include/
Dunicodeobject.h217 # define _PyUnicode_IsAlpha _PyUnicodeUCS2_IsAlpha macro
304 # define _PyUnicode_IsAlpha _PyUnicodeUCS4_IsAlpha macro
383 #define Py_UNICODE_ISALPHA(ch) _PyUnicode_IsAlpha(ch)
1405 PyAPI_FUNC(int) _PyUnicode_IsAlpha(
/external/python/cpython3/Objects/
Dunicodectype.c291 int _PyUnicode_IsAlpha(Py_UCS4 ch) in _PyUnicode_IsAlpha() function
/external/python/cpython3/Include/
Dunicodeobject.h146 #define Py_UNICODE_ISALPHA(ch) _PyUnicode_IsAlpha(ch)
2258 PyAPI_FUNC(int) _PyUnicode_IsAlpha(