Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dunicodectype.c84 int _PyUnicode_ToDecimalDigit(Py_UNICODE ch) in _PyUnicode_ToDecimalDigit() function
93 if (_PyUnicode_ToDecimalDigit(ch) < 0) in _PyUnicode_IsDecimalDigit()
/external/python/cpython2/Include/
Dunicodeobject.h226 # define _PyUnicode_ToDecimalDigit _PyUnicodeUCS2_ToDecimalDigit macro
313 # define _PyUnicode_ToDecimalDigit _PyUnicodeUCS4_ToDecimalDigit macro
349 #define Py_UNICODE_TODECIMAL(ch) _PyUnicode_ToDecimalDigit(ch)
379 #define Py_UNICODE_TODECIMAL(ch) _PyUnicode_ToDecimalDigit(ch)
1381 PyAPI_FUNC(int) _PyUnicode_ToDecimalDigit(
/external/python/cpython3/Objects/
Dunicodectype.c106 int _PyUnicode_ToDecimalDigit(Py_UCS4 ch) in _PyUnicode_ToDecimalDigit() function
115 if (_PyUnicode_ToDecimalDigit(ch) < 0) in _PyUnicode_IsDecimalDigit()
/external/python/cpython3/Include/cpython/
Dunicodeobject.h41 #define Py_UNICODE_TODECIMAL(ch) _PyUnicode_ToDecimalDigit(ch)
1138 PyAPI_FUNC(int) _PyUnicode_ToDecimalDigit(