Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
H A Dunicodeobject.h70 immediately follow the structure. utf8_length and wstr_length can be found
98 * wstr is shared with data and wstr_length=length
101 * wstr_length = 0 if wstr is NULL
108 * length = 0 (use wstr_length)
131 * wstr is shared with data.any and wstr_length = length
134 * wstr_length = 0 if wstr is NULL
216 Py_ssize_t wstr_length; /* Number of code points in wstr, possible member
639 return _PyCompactUnicodeObject_CAST(op)->wstr_length; in PyUnicode_WSTR_LENGTH()
/third_party/python/Python/
H A Dtraceback.c1108 size = _PyCompactUnicodeObject_CAST(text)->wstr_length; in _Py_DumpASCII()
/third_party/python/Objects/
H A Dunicodeobject.c138 _PyCompactUnicodeObject_CAST(op)->wstr_length)
140 (_PyCompactUnicodeObject_CAST(op)->wstr_length)
569 CHECK(compact->wstr_length == ascii->length); in _PyUnicode_CheckConsistency()
577 CHECK(compact->wstr_length == 0); in _PyUnicode_CheckConsistency()
1354 printf(" (%zu), ", compact->wstr_length); in _PyUnicode_Dump()
16122 compact->wstr_length = 0; in unicode_static_dealloc()

Completed in 23 milliseconds