HomeSort by relevance Sort by last modified time
    Searched refs:_PyUnicode_IsAlpha (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
unicodeobject.h 217 # define _PyUnicode_IsAlpha _PyUnicodeUCS2_IsAlpha
304 # define _PyUnicode_IsAlpha _PyUnicodeUCS4_IsAlpha
383 #define Py_UNICODE_ISALPHA(ch) _PyUnicode_IsAlpha(ch)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
unicodeobject.h 217 # define _PyUnicode_IsAlpha _PyUnicodeUCS2_IsAlpha
304 # define _PyUnicode_IsAlpha _PyUnicodeUCS4_IsAlpha
383 #define Py_UNICODE_ISALPHA(ch) _PyUnicode_IsAlpha(ch)
    [all...]

Completed in 24 milliseconds