Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dunicodeobject.h441 static inline Py_UCS4 PyUnicode_MAX_CHAR_VALUE(PyObject *op) in PyUnicode_MAX_CHAR_VALUE() function
461 # define PyUnicode_MAX_CHAR_VALUE(op) \ macro