Home
last modified time | relevance | path

Searched refs:_PyUnicode_IsDigit (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Objects/
Dunicodectype.c130 int _PyUnicode_IsDigit(Py_UCS4 ch) in _PyUnicode_IsDigit() function
/third_party/python/Include/cpython/
Dunicodeobject.h37 #define Py_UNICODE_ISDIGIT(ch) _PyUnicode_IsDigit(ch)
1141 PyAPI_FUNC(int) _PyUnicode_IsDigit(