Home
last modified time | relevance | path

Searched refs:_PyUnicode_ToDecimalDigit (Results 1 – 5 of 5) 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)
1125 PyAPI_FUNC(int) _PyUnicode_ToDecimalDigit(
/external/python/cpython3/Doc/data/
Dpython3.10.abi1288 …<elf-symbol name='_PyUnicode_ToDecimalDigit' type='func-type' binding='global-binding' visibility=…
11704 …<function-decl name='_PyUnicode_ToDecimalDigit' mangled-name='_PyUnicode_ToDecimalDigit' filepath=…
11930_PyUnicode_ToDecimalDigit' mangled-name='_PyUnicode_ToDecimalDigit' filepath='Objects/unicodectype…