Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dunicodectype.c140 int _PyUnicode_IsNumeric(Py_UCS4 ch) in _PyUnicode_IsNumeric() function
/third_party/python/Include/cpython/
Dunicodeobject.h38 #define Py_UNICODE_ISNUMERIC(ch) _PyUnicode_IsNumeric(ch)
1145 PyAPI_FUNC(int) _PyUnicode_IsNumeric(