HomeSort by relevance Sort by last modified time
    Searched refs:Py_ISSPACE (Results 1 - 4 of 4) 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)
bytes_methods.h 45 #define ISSPACE(c) Py_ISSPACE(c)
  /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)
bytes_methods.h 45 #define ISSPACE(c) Py_ISSPACE(c)

Completed in 191 milliseconds