Home
last modified time | relevance | path

Searched defs:_PyUnicode_IsAlpha (Results 1 – 3 of 3) 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/cpython3/Objects/
Dunicodectype.c291 int _PyUnicode_IsAlpha(Py_UCS4 ch) in _PyUnicode_IsAlpha() function
/external/python/cpython2/Include/
Dunicodeobject.h217 # define _PyUnicode_IsAlpha _PyUnicodeUCS2_IsAlpha macro
304 # define _PyUnicode_IsAlpha _PyUnicodeUCS4_IsAlpha macro