Home
last modified time | relevance | path

Searched refs:Py_UNICODE_ISDIGIT (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Include/cpython/
H A Dunicodeobject.h37 #define Py_UNICODE_ISDIGIT(ch) _PyUnicode_IsDigit(ch) macro
50 Py_UNICODE_ISDIGIT(ch) || \
/third_party/python/Objects/
H A Dunicodeobject.c12233 return PyBool_FromLong(Py_UNICODE_ISDIGIT(ch)); in unicode_isdigit_impl()
12241 if (!Py_UNICODE_ISDIGIT(PyUnicode_READ(kind, data, i))) in unicode_isdigit_impl()

Completed in 21 milliseconds