Searched refs:_PyUnicode_get_wstr_length (Results 1 – 1 of 1) sorted by relevance
446 static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { in _PyUnicode_get_wstr_length() function451 #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)