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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pyctype.h 9 #define PY_CTF_SPACE 0x08
23 #define Py_ISSPACE(c) (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_SPACE)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pyctype.h 9 #define PY_CTF_SPACE 0x08
23 #define Py_ISSPACE(c) (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_SPACE)
  /external/python/cpython2/Include/
pyctype.h 9 #define PY_CTF_SPACE 0x08
23 #define Py_ISSPACE(c) (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_SPACE)
  /external/python/cpython3/Include/
pyctype.h 10 #define PY_CTF_SPACE 0x08
24 #define Py_ISSPACE(c) (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_SPACE)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
pyctype.c 15 PY_CTF_SPACE, /* 0x9 '\t' */
16 PY_CTF_SPACE, /* 0xa '\n' */
17 PY_CTF_SPACE, /* 0xb '\v' */
18 PY_CTF_SPACE, /* 0xc '\f' */
19 PY_CTF_SPACE, /* 0xd '\r' */
38 PY_CTF_SPACE, /* 0x20 ' ' */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
pyctype.c 15 PY_CTF_SPACE, /* 0x9 '\t' */
16 PY_CTF_SPACE, /* 0xa '\n' */
17 PY_CTF_SPACE, /* 0xb '\v' */
18 PY_CTF_SPACE, /* 0xc '\f' */
19 PY_CTF_SPACE, /* 0xd '\r' */
38 PY_CTF_SPACE, /* 0x20 ' ' */
  /external/python/cpython2/Python/
pyctype.c 15 PY_CTF_SPACE, /* 0x9 '\t' */
16 PY_CTF_SPACE, /* 0xa '\n' */
17 PY_CTF_SPACE, /* 0xb '\v' */
18 PY_CTF_SPACE, /* 0xc '\f' */
19 PY_CTF_SPACE, /* 0xd '\r' */
38 PY_CTF_SPACE, /* 0x20 ' ' */
  /external/python/cpython3/Python/
pyctype.c 15 PY_CTF_SPACE, /* 0x9 '\t' */
16 PY_CTF_SPACE, /* 0xa '\n' */
17 PY_CTF_SPACE, /* 0xb '\v' */
18 PY_CTF_SPACE, /* 0xc '\f' */
19 PY_CTF_SPACE, /* 0xd '\r' */
38 PY_CTF_SPACE, /* 0x20 ' ' */

Completed in 1237 milliseconds