Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dunicodeobject.h358 static inline Py_ssize_t PyUnicode_GET_LENGTH(PyObject *op) { in PyUnicode_GET_LENGTH() function
363 # define PyUnicode_GET_LENGTH(op) PyUnicode_GET_LENGTH(_PyObject_CAST(op)) macro