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

Lines Matching refs:_PyUnicode_ToDecimalDigit

226 # define _PyUnicode_ToDecimalDigit _PyUnicodeUCS2_ToDecimalDigit
313 # define _PyUnicode_ToDecimalDigit _PyUnicodeUCS4_ToDecimalDigit
349 #define Py_UNICODE_TODECIMAL(ch) _PyUnicode_ToDecimalDigit(ch)
379 #define Py_UNICODE_TODECIMAL(ch) _PyUnicode_ToDecimalDigit(ch)
1381 PyAPI_FUNC(int) _PyUnicode_ToDecimalDigit(