Searched refs:_PyUnicode_IsDecimalDigit (Results 1 – 2 of 2) sorted by relevance
113 int _PyUnicode_IsDecimalDigit(Py_UCS4 ch) in _PyUnicode_IsDecimalDigit() function
36 #define Py_UNICODE_ISDECIMAL(ch) _PyUnicode_IsDecimalDigit(ch)1137 PyAPI_FUNC(int) _PyUnicode_IsDecimalDigit(