Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dunicodeobject.h229 Py_ssize_t wstr_length; /* Number of code points in wstr, possible member
449 ((PyCompactUnicodeObject*)op)->wstr_length; in _PyUnicode_get_wstr_length()
/third_party/python/Python/
Dtraceback.c698 size = ((PyCompactUnicodeObject *)text)->wstr_length; in _Py_DumpASCII()
/third_party/python/Objects/
Dunicodeobject.c135 ((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()