Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
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
/external/python/cpython2/Include/
Dunicodeobject.h434 #define PyUnicode_GET_DATA_SIZE(op) \ macro