Searched refs:_PyUnicode_IsDecimalDigit (Results 1 – 4 of 4) sorted by relevance
218 # define _PyUnicode_IsDecimalDigit _PyUnicodeUCS2_IsDecimalDigit macro305 # define _PyUnicode_IsDecimalDigit _PyUnicodeUCS4_IsDecimalDigit macro345 #define Py_UNICODE_ISDECIMAL(ch) _PyUnicode_IsDecimalDigit(ch)375 #define Py_UNICODE_ISDECIMAL(ch) _PyUnicode_IsDecimalDigit(ch)1393 PyAPI_FUNC(int) _PyUnicode_IsDecimalDigit(
91 int _PyUnicode_IsDecimalDigit(Py_UNICODE ch) in _PyUnicode_IsDecimalDigit() function
113 int _PyUnicode_IsDecimalDigit(Py_UCS4 ch) in _PyUnicode_IsDecimalDigit() function
137 #define Py_UNICODE_ISDECIMAL(ch) _PyUnicode_IsDecimalDigit(ch)2242 PyAPI_FUNC(int) _PyUnicode_IsDecimalDigit(