Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dunicodectype.c118 int _PyUnicode_IsNumeric(Py_UNICODE ch) in _PyUnicode_IsNumeric() function
/external/python/cpython3/Objects/
Dunicodectype.c140 int _PyUnicode_IsNumeric(Py_UCS4 ch) in _PyUnicode_IsNumeric() function
/external/python/cpython2/Include/
Dunicodeobject.h222 # define _PyUnicode_IsNumeric _PyUnicodeUCS2_IsNumeric macro
309 # define _PyUnicode_IsNumeric _PyUnicodeUCS4_IsNumeric macro