Home
last modified time | relevance | path

Searched defs:_PyUnicode_IsDigit (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Objects/
Dunicodectype.c108 int _PyUnicode_IsDigit(Py_UNICODE ch) in _PyUnicode_IsDigit() function
/external/python/cpython3/Objects/
Dunicodectype.c130 int _PyUnicode_IsDigit(Py_UCS4 ch) in _PyUnicode_IsDigit() function
/external/python/cpython2/Include/
Dunicodeobject.h219 # define _PyUnicode_IsDigit _PyUnicodeUCS2_IsDigit macro
306 # define _PyUnicode_IsDigit _PyUnicodeUCS4_IsDigit macro