Home
last modified time | relevance | path

Searched defs:Py_UNICODE_ISDIGIT (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Include/
Dunicodeobject.h346 #define Py_UNICODE_ISDIGIT(ch) _PyUnicode_IsDigit(ch) macro
376 #define Py_UNICODE_ISDIGIT(ch) _PyUnicode_IsDigit(ch) macro