Home
last modified time | relevance | path

Searched defs:PyUnicode_GET_DATA_SIZE (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Include/cpython/
H A Dunicodeobject.h668 static inline Py_ssize_t PyUnicode_GET_DATA_SIZE(PyObject *op) in PyUnicode_GET_DATA_SIZE() function
676 # define PyUnicode_GET_DATA_SIZE(op) PyUnicode_GET_DATA_SIZE(_PyObject_CAST(op)) macro

Completed in 2 milliseconds