Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dunicodeobject.h446 static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { in _PyUnicode_get_wstr_length() function
451 #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)