Home
last modified time | relevance | path

Searched refs:_PyUnicode_ToDecimalDigit (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Objects/
Dunicodectype.c106 int _PyUnicode_ToDecimalDigit(Py_UCS4 ch) in _PyUnicode_ToDecimalDigit() function
115 if (_PyUnicode_ToDecimalDigit(ch) < 0) in _PyUnicode_IsDecimalDigit()
/third_party/python/Include/cpython/
Dunicodeobject.h41 #define Py_UNICODE_TODECIMAL(ch) _PyUnicode_ToDecimalDigit(ch)
1125 PyAPI_FUNC(int) _PyUnicode_ToDecimalDigit(