Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dunicodectype.c178 int _PyUnicode_IsAlpha(Py_UNICODE ch) in _PyUnicode_IsAlpha() function
210 int _PyUnicode_IsAlpha(Py_UNICODE ch) in _PyUnicode_IsAlpha() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dunicodectype.c178 int _PyUnicode_IsAlpha(Py_UNICODE ch) in _PyUnicode_IsAlpha() function
210 int _PyUnicode_IsAlpha(Py_UNICODE ch) in _PyUnicode_IsAlpha() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/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(
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/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(