Searched refs:_PyUnicode_IsNumeric (Results 1 – 4 of 4) sorted by relevance
222 # define _PyUnicode_IsNumeric _PyUnicodeUCS2_IsNumeric macro309 # define _PyUnicode_IsNumeric _PyUnicodeUCS4_IsNumeric macro347 #define Py_UNICODE_ISNUMERIC(ch) _PyUnicode_IsNumeric(ch)377 #define Py_UNICODE_ISNUMERIC(ch) _PyUnicode_IsNumeric(ch)1401 PyAPI_FUNC(int) _PyUnicode_IsNumeric(
118 int _PyUnicode_IsNumeric(Py_UNICODE ch) in _PyUnicode_IsNumeric() function
140 int _PyUnicode_IsNumeric(Py_UCS4 ch) in _PyUnicode_IsNumeric() function
139 #define Py_UNICODE_ISNUMERIC(ch) _PyUnicode_IsNumeric(ch)2250 PyAPI_FUNC(int) _PyUnicode_IsNumeric(