Searched refs:_PyUnicode_IsNumeric (Results 1 – 2 of 2) sorted by relevance
140 int _PyUnicode_IsNumeric(Py_UCS4 ch) in _PyUnicode_IsNumeric() function
38 #define Py_UNICODE_ISNUMERIC(ch) _PyUnicode_IsNumeric(ch)1145 PyAPI_FUNC(int) _PyUnicode_IsNumeric(