Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dunicodeobject.h42 #define Py_UNICODE_TODIGIT(ch) _PyUnicode_ToDigit(ch) macro
/third_party/python/Modules/
Dunicodedata.c192 rc = Py_UNICODE_TODIGIT(c); in unicodedata_UCD_digit_impl()
/third_party/python/Doc/data/
Drefcounts.dat2409 Py_UNICODE_TODIGIT:int:::
2410 Py_UNICODE_TODIGIT:Py_UNICODE:ch::
/third_party/python/Doc/c-api/
Dunicode.rst365 .. c:function:: int Py_UNICODE_TODIGIT(Py_UCS4 ch)