Home | History | Annotate | Download | only in python2.7

Lines Matching refs:_PyUnicode_IsNumeric

222 # define _PyUnicode_IsNumeric _PyUnicodeUCS2_IsNumeric
309 # define _PyUnicode_IsNumeric _PyUnicodeUCS4_IsNumeric
347 #define Py_UNICODE_ISNUMERIC(ch) _PyUnicode_IsNumeric(ch)
377 #define Py_UNICODE_ISNUMERIC(ch) _PyUnicode_IsNumeric(ch)
1401 PyAPI_FUNC(int) _PyUnicode_IsNumeric(