Home
last modified time | relevance | path

Searched refs:Py_ISXDIGIT (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Include/
Dpyctype.h21 #define Py_ISXDIGIT(c) (_Py_ctype_table[Py_CHARMASK(c)] & PY_CTF_XDIGIT) macro
Dbytes_methods.h43 #define ISXDIGIT(c) Py_ISXDIGIT(c)
/external/python/cpython2/Objects/
Dunicodeobject.c2902 if (!Py_ISXDIGIT(c)) in PyUnicode_DecodeUnicodeEscape()
2909 if (!Py_ISXDIGIT(c)) in PyUnicode_DecodeUnicodeEscape()
/external/python/cpython2/Doc/whatsnew/
D2.7.rst2162 :c:macro:`Py_ISXDIGIT`,