Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dunicodectype.c113 int _PyUnicode_IsDecimalDigit(Py_UCS4 ch) in _PyUnicode_IsDecimalDigit() function
/third_party/python/Include/cpython/
Dunicodeobject.h36 #define Py_UNICODE_ISDECIMAL(ch) _PyUnicode_IsDecimalDigit(ch)
1137 PyAPI_FUNC(int) _PyUnicode_IsDecimalDigit(