Searched refs:wstr_length (Results 1 – 3 of 3) sorted by relevance
229 Py_ssize_t wstr_length; /* Number of code points in wstr, possible member449 ((PyCompactUnicodeObject*)op)->wstr_length; in _PyUnicode_get_wstr_length()
698 size = ((PyCompactUnicodeObject *)text)->wstr_length; in _Py_DumpASCII()
135 ((PyCompactUnicodeObject*)op)->wstr_length)137 (((PyCompactUnicodeObject*)(op))->wstr_length)576 CHECK(compact->wstr_length == ascii->length); in _PyUnicode_CheckConsistency()584 CHECK(compact->wstr_length == 0); in _PyUnicode_CheckConsistency()1373 printf(" (%zu), ", compact->wstr_length); in _PyUnicode_Dump()