Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dunicodeobject.h222 # define _PyUnicode_IsNumeric _PyUnicodeUCS2_IsNumeric macro
309 # define _PyUnicode_IsNumeric _PyUnicodeUCS4_IsNumeric macro
347 #define Py_UNICODE_ISNUMERIC(ch) _PyUnicode_IsNumeric(ch)
377 #define Py_UNICODE_ISNUMERIC(ch) _PyUnicode_IsNumeric(ch)
1401 PyAPI_FUNC(int) _PyUnicode_IsNumeric(
/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/cpython3/Include/
Dunicodeobject.h139 #define Py_UNICODE_ISNUMERIC(ch) _PyUnicode_IsNumeric(ch)
2250 PyAPI_FUNC(int) _PyUnicode_IsNumeric(