Home
last modified time | relevance | path

Searched refs:_PyUnicode_ToDigit (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Objects/
Dunicodectype.c101 int _PyUnicode_ToDigit(Py_UNICODE ch) in _PyUnicode_ToDigit() function
110 if (_PyUnicode_ToDigit(ch) < 0) in _PyUnicode_IsDigit()
/external/python/cpython2/Include/
Dunicodeobject.h227 # define _PyUnicode_ToDigit _PyUnicodeUCS2_ToDigit macro
314 # define _PyUnicode_ToDigit _PyUnicodeUCS4_ToDigit macro
350 #define Py_UNICODE_TODIGIT(ch) _PyUnicode_ToDigit(ch)
380 #define Py_UNICODE_TODIGIT(ch) _PyUnicode_ToDigit(ch)
1385 PyAPI_FUNC(int) _PyUnicode_ToDigit(
/external/python/cpython3/Objects/
Dunicodectype.c123 int _PyUnicode_ToDigit(Py_UCS4 ch) in _PyUnicode_ToDigit() function
132 if (_PyUnicode_ToDigit(ch) < 0) in _PyUnicode_IsDigit()
/external/python/cpython3/Include/cpython/
Dunicodeobject.h42 #define Py_UNICODE_TODIGIT(ch) _PyUnicode_ToDigit(ch)
1129 PyAPI_FUNC(int) _PyUnicode_ToDigit(
/external/python/cpython3/Doc/data/
Dpython3.10.abi1289 …<elf-symbol name='_PyUnicode_ToDigit' type='func-type' binding='global-binding' visibility='defaul…
11922_PyUnicode_ToDigit' mangled-name='_PyUnicode_ToDigit' filepath='Objects/unicodectype.c' line='123'…