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

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyctype.h 23 #define Py_ISSPACE(c) (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_SPACE)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyctype.h 23 #define Py_ISSPACE(c) (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_SPACE)

Completed in 1505 milliseconds