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

/prebuilts/gdb/darwin-x86/include/python2.7/
H A 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(
/prebuilts/gdb/linux-x86/include/python2.7/
H A 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(
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
H A 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(
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
H A 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(

Completed in 47 milliseconds